Sha256: c2c1e2299c8ff44d66184e925e9449d7e35c53a1e25be493faf4d6e157ae0dbb

Contents?: true

Size: 253 Bytes

Versions: 6

Compression:

Stored size: 253 Bytes

Contents

ENV['RAILS_ENV'] ||= 'test'

require 'support/simplecov_setup'

RSpec.configure do |config|
  config.expect_with :rspec do |expectations|
    expectations.syntax = :expect
  end

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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
redis_snippets-1.0.5 spec/spec_helper.rb
redis_snippets-1.0.4 spec/spec_helper.rb
redis_snippets-1.0.3 spec/spec_helper.rb
redis_snippets-1.0.2 spec/spec_helper.rb
redis_snippets-1.0.1 spec/spec_helper.rb
redis_snippets-1.0.0 spec/spec_helper.rb