Sha256: 76c6b138ee901ee8d5eabd5b30e085c333946d82546742d1b49e256d5715f292
Contents?: true
Size: 418 Bytes
Versions: 11
Compression:
Stored size: 418 Bytes
Contents
require 'pry' require 'rspec' require 'test_helpers/match_stdout' RSpec.configure do |config| # Use color in STDOUT config.color = true # Use color not only in STDOUT but also in pagers and files config.tty = true # Use the specified formatter config.formatter = :documentation # :progress, :html, :textmate config.mock_with :rspec do |mocks| mocks.verify_doubled_constant_names = true end end
Version data entries
11 entries across 11 versions & 2 rubygems