File: Rakefile

package info (click to toggle)
ruby-stamp 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: ruby: 371; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 220 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
require 'cucumber/rake/task'

Cucumber::Rake::Task.new(:features)

Cucumber::Rake::Task.new('features:wip', 'Run Cucumber features that are a work in progress') do |t|
  t.profile = 'wip'
end

task :default => :features