Sha256: 6896afd78aafe5f7e7587713710de797749134495c184073c8a65af5f7f23eeb

Contents?: true

Size: 261 Bytes

Versions: 5

Compression:

Stored size: 261 Bytes

Contents

require 'elasticity'
require 'timecop'
require 'fakefs/spec_helpers'

Dir[File.join(File.dirname(__FILE__), 'support', '**', '*.rb')].each { |f| require f }

RSpec.configure do |config|

  config.before(:each) do
    Elasticity.default_configuration
  end

end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
elasticity-5.0.3 spec/spec_helper.rb
elasticity-5.0.2 spec/spec_helper.rb
elasticity-5.0.1 spec/spec_helper.rb
elasticity-4.0.5 spec/spec_helper.rb
elasticity-5.0 spec/spec_helper.rb