Rakefile in rails_best_practices-1.19.1 vs Rakefile in rails_best_practices-1.19.2

- old
+ new

@@ -12,7 +12,7 @@ RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = 'spec/**/*_spec.rb' end -task :default => :spec -task :test => :spec +task default: :spec +task test: :spec