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