Skip to content

Commit

Permalink
Merge pull request #160 from marshall-lee/rspec_first
Browse files Browse the repository at this point in the history
Run rspec before rubocop.
  • Loading branch information
marshall-lee committed Aug 3, 2015
2 parents 079993f + 577c952 commit b8cf779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ require 'rainbow/ext/string' unless String.respond_to?(:color)
require 'rubocop/rake_task'
RuboCop::RakeTask.new(:rubocop)

task default: [:rubocop, :spec]
task default: [:spec, :rubocop]

0 comments on commit b8cf779

Please sign in to comment.