Skip to content

Commit 7deb9a4

Browse files
committed
Run specs first.
1 parent 1e7cb3e commit 7deb9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414
require 'rubocop/rake_task'
1515
RuboCop::RakeTask.new
1616

17-
task default: %i[rubocop spec]
17+
task default: %i[spec rubocop]
1818

1919
load 'tasks/git.rake'
2020
load 'tasks/web.rake'

0 commit comments

Comments
 (0)