Skip to content

Commit

Permalink
Fix typo in pool_conections_test [#1350 state:committed]
Browse files Browse the repository at this point in the history
Signed-off-by: David Heinemeier Hansson <david@loudthinking.com>
  • Loading branch information
adkron authored and dhh committed Nov 14, 2008
1 parent 3341787 commit db7daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/pooled_connections_test.rb
Expand Up @@ -77,7 +77,7 @@ def test_pooled_connection_checkout_existing_first
conn_pool.checkin(conn)
end

def test_not_connected_defined_connection_reutnrs_false
def test_not_connected_defined_connection_returns_false
ActiveRecord::Base.establish_connection(@connection)
assert ! ActiveRecord::Base.connected?
end
Expand Down

0 comments on commit db7daa0

Please sign in to comment.