Skip to content

Commit

Permalink
use in memory sqlite db for active record
Browse files Browse the repository at this point in the history
  • Loading branch information
rsl committed Jan 3, 2013
1 parent 8098ef3 commit 3bfd0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/acts_as_url/adapter/active_record.rb
Expand Up @@ -9,7 +9,7 @@
puts "Running ActsAsUrl tests with ActiveRecord adapter"
puts "-------------------------------------------------"

ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :database => "acts_as_url.sqlite3")
ActiveRecord::Base.establish_connection(:adapter => "sqlite3", :database => ":memory:")

ActiveRecord::Migration.verbose = false
ActiveRecord::Schema.define do
Expand Down

0 comments on commit 3bfd0f0

Please sign in to comment.