diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index ca444256a..586ec2824 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -73,6 +73,8 @@ RSpec.configure do |config| config.include Devise::TestHelpers, :type => :controller config.mock_with :rspec + config.example_status_persistence_file_path = "tmp/rspec-persistance.txt" + config.render_views config.use_transactional_fixtures = true config.infer_spec_type_from_file_location!