Rakefile in sql_migrations-2.2.1 vs Rakefile in sql_migrations-2.4.0
- old
+ new
@@ -4,10 +4,10 @@
RSpec::Core::RakeTask.new('spec')
RuboCop::RakeTask.new
task :test do
- Rake::Task['spec'].invoke
Rake::Task['rubocop'].invoke
+ Rake::Task['spec'].invoke
end
task default: :test