Skip to content

support for supplying tags in the rake task

gitlab-qa-bot requested to merge github/fork/pmenglund/rspec_tags into master

Created by: pmenglund

e.g.

  RSpec::Core::RakeTask.new do |task|
    task.tags = %w[tag1 tag2]
  end

Merge request reports