Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
acapilleri committed Jun 15, 2013
1 parent 9c89b29 commit f7b9a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activerecord/test/cases/connection_pool_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def test_pool_sets_connection_visitor
end

# make sure exceptions are thrown when establish_connection
# is called with a anonymous class
# is called with an anonymous class
def test_anonymous_class_exception
anonymous = Class.new(ActiveRecord::Base)
handler = ActiveRecord::Base.connection_handler
Expand Down

0 comments on commit f7b9a9a

Please sign in to comment.