templates/bootstrap.rb in bear-0.0.1 vs templates/bootstrap.rb in bear-0.0.2
- old
+ new
@@ -28,9 +28,12 @@
"tmp/**/*"
end
git :init
+run "rake db:drop"
+run "rake db:create"
+
# Apply Gemfile
apply File.expand_path("../gemfile.rb", __FILE__)
# Apply Jammit
apply File.expand_path("../jammit.rb", __FILE__)