Rakefile in smalruby-editor-0.0.5 vs Rakefile in smalruby-editor-0.0.6
- old
+ new
@@ -2,5 +2,8 @@
# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
require File.expand_path('../config/application', __FILE__)
SmalrubyEditor::Application.load_tasks
+
+task(:default).clear
+task default: [:rubocop, :spec]