lib/tasks/rspec.rake in brightcontent-2.0.31 vs lib/tasks/rspec.rake in brightcontent-2.0.32
- old
+ new
@@ -1,6 +1,6 @@
desc "Run all specs"
task :spec do
- sh "cd core && rake spec"
- sh "cd pages && rake spec"
- sh "cd attachments && rake spec"
+ sh "cd core && bundle exec rake spec"
+ sh "cd pages && bundle exec rake spec"
+ sh "cd attachments && bundle exec rake spec"
end