spec/spec_helper.rb in hydra-batch-edit-0.0.4 vs spec/spec_helper.rb in hydra-batch-edit-0.0.5

- old
+ new

@@ -5,9 +5,8 @@ require File.expand_path("config/environment", ENV['RAILS_ROOT'] || File.expand_path("../internal", __FILE__)) require 'rspec/rails' require 'hydra-batch-edit' - RSpec.configure do |config| config.use_transactional_fixtures = true end