Sha256: 53f8e4f87c22c3785a9509c8ee4c03ebe85803936d153aa0088954db3fb0edc0

Contents?: true

Size: 377 Bytes

Versions: 2

Compression:

Stored size: 377 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

2 entries across 2 versions & 1 rubygems

Version Path
hydra-batch-edit-0.0.4 spec/spec_helper.rb
hydra-batch-edit-0.0.3 spec/spec_helper.rb