Sha256: 4257967550c59611812057a10b900fff0aec911f8a7a4ec5d25a18c7fc18c867
Contents?: true
Size: 382 Bytes
Versions: 17
Compression:
Stored size: 382 Bytes
Contents
RSpec.configure do |config| # Configure RSpec to run focused specs, and also respect the alias 'fit' for focused specs config.filter_run :focused => true config.alias_example_to :fit, :focused => true # Configure RSpec to respect the alias 'pit' for pending specs config.alias_example_to :pit, :pending => true config.run_all_when_everything_filtered = true end
Version data entries
17 entries across 17 versions & 1 rubygems