repo.or.cz
/
sinatra-and-cucumber.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Adding support for Cucumber (features/support/env.rb)
[sinatra-and-cucumber.git]
/
Rakefile
blob
c2ea51298b109dec1c28fc93379a106aec4f7fe5
1
require 'rubygems'
2
require 'rake'
3
4
task :default => :features
5
6
require 'cucumber/rake/task'
7
Cucumber::Rake::Task.new(:features) do |t|
8
t.cucumber_opts = "--format pretty"
9
end