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

Version Path
chicken_soup-0.9.0 spec/support/focused.rb
chicken_soup-0.8.6 spec/support/focused.rb
chicken_soup-0.8.5 spec/support/focused.rb
chicken_soup-0.8.4 spec/support/focused.rb
chicken_soup-0.8.3 spec/support/focused.rb
chicken_soup-0.8.2 spec/support/focused.rb
chicken_soup-0.8.1 spec/support/focused.rb
chicken_soup-0.8.0 spec/support/focused.rb
chicken_soup-0.6.1 spec/support/focused.rb
chicken_soup-0.6.0 spec/support/focused.rb
chicken_soup-0.5.3 spec/support/focused.rb
chicken_soup-0.5.2 spec/support/focused.rb
chicken_soup-0.5.0 spec/support/focused.rb
chicken_soup-0.4.1 spec/support/focused.rb
chicken_soup-0.4.0 spec/support/focused.rb
chicken_soup-0.3.0 spec/support/focused.rb
chicken_soup-0.2.0 spec/support/focused.rb