test/test_helper.rb in inherited_resources-1.0.4 vs test/test_helper.rb in inherited_resources-1.0.5
- old
+ new
@@ -15,9 +15,11 @@
require 'mocha'
ENV["RAILS_ENV"] = "test"
RAILS_ROOT = "anywhere"
+gem 'responders', '~> 0.4.0'
+
gem 'activesupport', '= 2.3.5'
require 'active_support'
gem 'actionpack', '= 2.3.5'
require 'action_controller'