spec/spec_helper.rb in remnant-0.4.4 vs spec/spec_helper.rb in remnant-0.4.5
- old
+ new
@@ -7,11 +7,11 @@
RSpec.configure do |config|
config.mock_with :rr
end
-require 'action_controller'
require 'active_support'
+require 'action_controller'
require 'remnant'
Dir["#{File.expand_path(File.dirname(__FILE__))}/support/*.rb"].map {|file| require(file)}