1
0
Fork 0
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:
tdreyno 2009-12-03 15:14:55 -08:00
parent f7719bd270
commit ed5475b7c6

View file

@ -34,4 +34,4 @@ end
task :spec => :check_dependencies
task :default => :spec
task :default => [:cucumber, :spec]