Skip to content

Commit

Permalink
swap tasks (temp)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-makarov committed Jan 24, 2021
1 parent d25faa4 commit 5506d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ begin
end

task :all do
title 'Running Unit Tests'
sh "bundle exec bacon #{specs('**')}"

title 'Checking code style...'
Rake::Task['rubocop'].invoke if RUBY_VERSION >= '1.9.3'

title 'Running Unit Tests'
sh "bundle exec bacon #{specs('**')}"
end
end

Expand Down

0 comments on commit 5506d26

Please sign in to comment.