We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da4dbb commit b5d17e0Copy full SHA for b5d17e0
1 file changed
test/test_rake_task_with_arguments.rb
@@ -84,6 +84,8 @@ def test_actions_adore_keywords
84
# A brutish trick to avoid parsing. Remove it once support for 1.9 and 2.0 is dropped
85
# https://ci.appveyor.com/project/ruby/rake/build/1.0.301
86
skip 'Keywords aren\'t a feature in this version' if RUBY_VERSION =~ /^1|^2\.0/
87
+ # https://github.com/ruby/rake/pull/174#issuecomment-263460761
88
+ skip if jruby9?
89
eval <<-RUBY, binding, __FILE__, __LINE__+1
90
notes = []
91
t = task :t, [:reqr, :ovrd, :dflt] # required, overridden-optional, default-optional
0 commit comments