Skip to content

Commit

Permalink
dbfile -> database
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Jul 1, 2010
1 parent 8771a63 commit 4354268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/list_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

require "#{File.dirname(__FILE__)}/../init"

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

def setup_db
ActiveRecord::Schema.define(:version => 1) do
Expand Down

0 comments on commit 4354268

Please sign in to comment.