cache_check work

This commit is contained in:
Joe Thornber
2013-03-21 15:44:28 +00:00
committed by Joe Thornber
parent 81d4e5523f
commit 52f1aa8a8a
6 changed files with 221 additions and 19 deletions

7
Rakefile Normal file
View File

@@ -0,0 +1,7 @@
require 'rubygems'
require 'cucumber'
require 'cucumber/rake/task'
Cucumber::Rake::Task.new(:features) do |t|
t.cucumber_opts = "features --format progress"
end