Rakefile in decidim-plans-0.16.8 vs Rakefile in decidim-plans-0.16.9

- old
+ new

@@ -36,13 +36,5 @@ end install_module("development_app") seed_db("development_app") end - -# Run all tests, include all -RSpec::Core::RakeTask.new(:spec) do |t| - t.verbose = false -end - -# Run both by default -task default: [:spec]