Sha256: 04e97bb22221378a648792c0de269b8888a1f41997990f1744b0ebe24be82b4c

Contents?: true

Size: 408 Bytes

Versions: 15

Compression:

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

  config.expect_with :rspec do |c|
    c.syntax = [:should, :expect]
  end

  config.mock_with :rspec do |mocks|
    mocks.syntax = :should
  end

end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
elasticity-6.0.14 spec/spec_helper.rb
elasticity-6.0.13 spec/spec_helper.rb
elasticity-6.0.12 spec/spec_helper.rb
elasticity-6.0.11 spec/spec_helper.rb
elasticity-6.0.10 spec/spec_helper.rb
elasticity-6.0.9 spec/spec_helper.rb
elasticity-6.0.8 spec/spec_helper.rb
elasticity-6.0.7 spec/spec_helper.rb
elasticity-6.0.6 spec/spec_helper.rb
elasticity-6.0.5 spec/spec_helper.rb
elasticity-6.0.4 spec/spec_helper.rb
elasticity-6.0.3 spec/spec_helper.rb
elasticity-6.0.2 spec/spec_helper.rb
elasticity-6.0.1 spec/spec_helper.rb
elasticity-6.0 spec/spec_helper.rb