seed-fu-mongoid/Rakefile

7 lines
125 B
Ruby
Raw Normal View History

2013-02-20 18:09:29 +00:00
require "bundler/gem_tasks"
task :default do
system 'bundle exec cucumber'
exit $?.exitstatus if $?.exitstatus != 0
end