Sha256: ddcc2d98425bb209781112e9cdbea0b9ddf8deb60ff8834c767c0cc71bcd802d
Contents?: true
Size: 279 Bytes
Versions: 2
Compression:
Stored size: 279 Bytes
Contents
ENV["environment"] ||= 'test' require "bundler/setup" require 'engine_cart' EngineCart.load_application! require 'rspec/rails' require 'hydra-batch-edit' RSpec.configure do |config| config.use_transactional_fixtures = true config.infer_spec_type_from_file_location! end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hydra-batch-edit-2.1.0 | spec/spec_helper.rb |
hydra-batch-edit-2.0.2 | spec/spec_helper.rb |