Sha256: 9231fe993827b50ebc6b1eda4600a72886a7db337fdcdd2ad8fd6bdb6bce61cc

Contents?: true

Size: 425 Bytes

Versions: 2

Compression:

Stored size: 425 Bytes

Contents

#require 'rubygems'
#require 'bundler/setup'

ENV["RAILS_ENV"] ||= "test"

require 'engine_cart'
EngineCart.load_application!

require 'coveralls'
Coveralls.wear!

require 'blacklight-hierarchy'

require 'rspec/rails'

# Setup blacklight environment
Blacklight.solr_config = { :url => 'http://127.0.0.1:8983/solr' }

RSpec.configure do |config|
  config.infer_spec_type_from_file_location!
  config.include Capybara::DSL
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
blacklight-hierarchy-0.1.1 spec/spec_helper.rb
blacklight-hierarchy-0.1.0 spec/spec_helper.rb