Rakefile in decidim-access_requests-0.17.0 vs Rakefile in decidim-access_requests-0.18.0

- old
+ new

@@ -35,13 +35,5 @@ # Seed the DB after the initializer has been installed Dir.chdir("development_app") do system("bundle exec rake db:seed") end end - -# Run all tests, include all -RSpec::Core::RakeTask.new(:spec) do |t| - t.verbose = false -end - -# Run both by default -task default: [:spec]