Skip to content

Commit eb5660f

Browse files
committed
swap tasks (temp)
1 parent 8950c92 commit eb5660f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Rakefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ begin
5050
end
5151

5252
task :all do
53-
title 'Running Unit Tests'
54-
sh "bundle exec bacon #{specs('**')}"
55-
5653
title 'Checking code style...'
5754
Rake::Task['rubocop'].invoke if RUBY_VERSION >= '1.9.3'
55+
56+
title 'Running Unit Tests'
57+
sh "bundle exec bacon #{specs('**')}"
5858
end
5959
end
6060

0 commit comments

Comments
 (0)