Skip to content

Commit

Permalink
Updated default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
JaniJegoroff committed Jun 22, 2017
1 parent c9f8ae0 commit 93a0d8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require 'rake/testtask'
require 'rubocop/rake_task'

task default: %i[test rubocop]

desc 'Execute unit tests'
Rake::TestTask.new do |t|
t.libs << 'spec'
Expand All @@ -14,5 +16,3 @@ RuboCop::RakeTask.new(:rubocop) do |t|
t.options = %w[-D]
t.fail_on_error = true
end

task default: :test

0 comments on commit 93a0d8c

Please sign in to comment.