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.

Rakefile 164 B

2 years ago
123456
  1. $LOAD_PATH.unshift("#{File.dirname(__FILE__)}/../../lib")
  2. require 'cucumber/rake/task'
  3. Cucumber::Rake::Task.new do |t|
  4. t.cucumber_opts = %w[--format pretty]
  5. end

No Description

Contributors (1)