Rakefile in sentry-inst_jobs-1.0.2 vs Rakefile in sentry-inst_jobs-5.10.0
- old
+ new
@@ -1,7 +1,10 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
+APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
+#load 'rails/tasks/engine.rake'
+
RSpec::Core::RakeTask.new(:spec).tap do |task|
task.rspec_opts = "--order rand"
end
task :default => :spec