Sha256: 066fb67bcfcad03de86a2e9c5a8197f362c37f3e6e8d0511715ca6e5976de45b

Contents?: true

Size: 540 Bytes

Versions: 5

Compression:

Stored size: 540 Bytes

Contents

require 'rubygems'
require 'bundler/setup'

require 'endeca_on_demand'

Dir["#{File.expand_path('..', __FILE__)}/support/**/*.rb"].each { |f| require f }

puts "Please do not update/create files while tests are running."

RSpec.configure do |config|
  config.color_enabled = true

  config.filter_run focus: true
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true

  config.before(:each) do
    @fixture_path = Pathname.new(File.expand_path('../fixtures/', __FILE__))
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
endeca_on_demand-1.3.4 spec/spec_helper.rb
endeca_on_demand-1.3.3 spec/spec_helper.rb
endeca_on_demand-1.3.2 spec/spec_helper.rb
endeca_on_demand-1.3.1 spec/spec_helper.rb
endeca_on_demand-1.3.0 spec/spec_helper.rb