Rakefile in extend_at-0.1.5 vs Rakefile in extend_at-0.2.0
- old
+ new
@@ -6,7 +6,7 @@
task :default => :spec
task :test => :spec
RSpec::Core::RakeTask.new(:spec) do
- system "echo \"recreating database \" && cd #{File.join(File.dirname(__FILE__), 'spec', 'app')} && rake db:migrate:reset"
-end
\ No newline at end of file
+ system "echo \"recreating database \" && cd #{File.join(File.dirname(__FILE__), 'spec', 'app')} && bundle install && rake db:migrate:reset"
+end