Sha256: fa7a21cd372c41a1d1d718431524610ef2c8b2cf333171669563d392ffcd85cf
Contents?: true
Size: 309 Bytes
Versions: 29
Compression:
Stored size: 309 Bytes
Contents
require 'git-utils' RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus # Disallow the old-style 'object.should' syntax. config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
29 entries across 29 versions & 1 rubygems