Rakefile in doorkeeper-jwt-0.2.1 vs Rakefile in doorkeeper-jwt-0.3.0
- old
+ new
@@ -1,7 +1,7 @@
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new
-task :default => :spec
-task :test => :spec
+task default: :spec
+task test: :spec