Sha256: 2c1659f733ce89a35b338b95b620bb429e128a9fe7b586c85148a3738f529fcb

Contents?: true

Size: 376 Bytes

Versions: 12

Compression:

Stored size: 376 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
ENV["RAILS_ENV"] ||= 'test'

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

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hydra-batch-edit-1.1.1 spec/spec_helper.rb
hydra-batch-edit-1.1.0 spec/spec_helper.rb
hydra-batch-edit-1.0.2 spec/spec_helper.rb
hydra-batch-edit-1.0.1 spec/spec_helper.rb
hydra-batch-edit-1.0.0 spec/spec_helper.rb
hydra-batch-edit-0.3.1 spec/spec_helper.rb
hydra-batch-edit-0.3.0 spec/spec_helper.rb
hydra-batch-edit-0.2.0 spec/spec_helper.rb
hydra-batch-edit-0.1.0 spec/spec_helper.rb
hydra-batch-edit-0.0.7 spec/spec_helper.rb
hydra-batch-edit-0.0.6 spec/spec_helper.rb
hydra-batch-edit-0.0.5 spec/spec_helper.rb