Rakefile in stachio-0.0.6 vs Rakefile in stachio-0.1.0
- old
+ new
@@ -44,7 +44,9 @@
## Everything else
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
+Stachio::Engine.load_tasks
+
Bundler::GemHelper.install_tasks
-task :default => [:spec]
+task :default => ['db:migrate', :spec]