Skip to content

Commit b8cf779

Browse files
committed
Merge pull request #160 from marshall-lee/rspec_first
Run rspec before rubocop.
2 parents 079993f + 577c952 commit b8cf779

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
@@ -19,4 +19,4 @@ require 'rainbow/ext/string' unless String.respond_to?(:color)
1919
require 'rubocop/rake_task'
2020
RuboCop::RakeTask.new(:rubocop)
2121

22-
task default: [:rubocop, :spec]
22+
task default: [:spec, :rubocop]

0 commit comments

Comments
 (0)