Skip to content

Commit

Permalink
Pass rubocop rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kdmsnr committed Nov 2, 2020
1 parent ed26ff3 commit 34de653
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
Expand Up @@ -21,8 +21,8 @@ task :rubocop do
end
end

desc "Run tests"
task :test, :target do |task, argv|
desc 'Run tests'
task :test, :target do |_, argv|
if argv[:target].nil?
ruby('test/run_test.rb')
else
Expand Down

0 comments on commit 34de653

Please sign in to comment.