Skip to content

Commit

Permalink
rubocop -a
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Feb 5, 2018
1 parent e2934c0 commit 109dd0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_rake_task_with_arguments.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def test_actions_of_various_arity_are_ok_with_args
def test_actions_adore_keywords
# A brutish trick to avoid parsing. Remove it once support for 1.9 and 2.0 is dropped
# https://ci.appveyor.com/project/ruby/rake/build/1.0.301
skip 'Keywords aren\'t a feature in this version' if RUBY_VERSION =~ /^1|^2\.0/
skip "Keywords aren't a feature in this version" if RUBY_VERSION =~ /^1|^2\.0/
# https://github.com/ruby/rake/pull/174#issuecomment-263460761
skip if jruby9?
eval <<-RUBY, binding, __FILE__, __LINE__+1
Expand Down

0 comments on commit 109dd0e

Please sign in to comment.