Rakefile in yacht-0.1.2 vs Rakefile in yacht-0.2.0
- old
+ new
@@ -4,6 +4,6 @@
Bundler.setup
Bundler::GemHelper.install_tasks
Dir['gem_tasks/**/*.rake'].each { |rake| load rake }
-task :default => [:spec]
+task :default => [:spec, :features]
\ No newline at end of file