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