mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix failure introduced from #13488
This commit is contained in:
parent
d0926d3d5e
commit
2409c61661
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ module ActiveRecord
|
|||
def test_establishes_connection_for_the_given_environment
|
||||
ActiveRecord::Tasks::DatabaseTasks.stubs(:create).returns true
|
||||
|
||||
ActiveRecord::Base.expects(:establish_connection).with('development')
|
||||
ActiveRecord::Base.expects(:establish_connection).with(:development)
|
||||
|
||||
ActiveRecord::Tasks::DatabaseTasks.create_current(
|
||||
ActiveSupport::StringInquirer.new('development')
|
||||
|
|
Loading…
Reference in a new issue