diff --git a/test/helper.rb b/test/helper.rb index aedf78590..0be3b047a 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -25,7 +25,7 @@ require 'active_support' require 'action_pack' -puts "Testing againt version #{ActiveRecord::VERSION::STRING}" +puts "Testing against version #{ActiveRecord::VERSION::STRING}" begin require 'ruby-debug'