Skip to content

Commit

Permalink
Fixes review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
iMacTia committed Sep 7, 2017
1 parent b0a4137 commit 6491027
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ def process(body, content_type = nil, options = {})
end

def jruby?
defined?(RUBY_ENGINE) and 'jruby' == RUBY_ENGINE
defined?(RUBY_ENGINE) && 'jruby' == RUBY_ENGINE
end
end

0 comments on commit 6491027

Please sign in to comment.