Add test to quarantine in RSpec

# spec_helper.rb RSpec.configure do |config| config.filter_run_excluding quarantine: true end # some_test_spec.rb describe :foo, quarantine: true do it :foo {} end describe :bar, quarantine: false do it :one {} it :two, quarantine: false {} end

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.