Sha256: a702715784bf4621843c7a3a70a738db4c5234410097168b4e3da9908bb3291f
Contents?: true
Size: 314 Bytes
Versions: 26
Compression:
Stored size: 314 Bytes
Contents
require 'pivotal-github' 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
26 entries across 26 versions & 1 rubygems