Modify all curl specs to use rspec tags rather than branches to avoid running on JRuby
Opened this issue · 0 comments
kaiwren commented
All curl related specs have code looking like
unless RUBY_PLATFORM =~ /java/
require "#{Wrest::Root}/wrest/curl"
describe ...
...
end
end
Replace this conditional logic with rspec tags (see rspec/rspec-core#37 )