Skip to content

Commit

Permalink
'sqlite3' ==> {:adapter => 'sqlite3'}
Browse files Browse the repository at this point in the history
  • Loading branch information
krekoten committed Sep 27, 2010
1 parent ec998ae commit a4f5ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/fake_record.rb
Expand Up @@ -66,7 +66,7 @@ class Spec < Struct.new(:config)
attr_reader :spec

def initialize
@spec = Spec.new('sqlite3')
@spec = Spec.new(:adapter => 'sqlite3')
end

def connection
Expand Down

0 comments on commit a4f5ccf

Please sign in to comment.