Skip to content

Commit

Permalink
Seems like active_record/core_ext need to be manually required to all…
Browse files Browse the repository at this point in the history
…ow I18n.with_options
  • Loading branch information
ratnikov authored and josevalim committed Apr 28, 2010
1 parent f83e06d commit dcfaa4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
require 'rubygems'
require 'test/unit'
require 'active_support'
require 'active_support/core_ext'
require 'action_view'
require 'action_controller'
require 'action_controller/test_case'
require 'active_model'
require 'action_view/helpers/dynamic_form'
require 'action_view/helpers/dynamic_form'

0 comments on commit dcfaa4b

Please sign in to comment.