You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

cck.rake 210 B

2 years ago
123456789
  1. # frozen_string_literal: true
  2. require 'rspec/core/rake_task'
  3. desc 'Run RSpec against the cucumber compatibility kit'
  4. RSpec::Core::RakeTask.new(:cck) do |t|
  5. t.verbose = true
  6. t.rspec_opts = '--tag cck'
  7. end

No Description

Contributors (1)