mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
run cucumber on rake
This commit is contained in:
parent
f7719bd270
commit
ed5475b7c6
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -34,4 +34,4 @@ end
|
|||
|
||||
task :spec => :check_dependencies
|
||||
|
||||
task :default => :spec
|
||||
task :default => [:cucumber, :spec]
|
Loading…
Reference in a new issue