Skip to content

Commit

Permalink
Restore standard/rake and use java? method.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Mar 21, 2024
1 parent 00ba722 commit 8080daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "bundler"
Bundler::GemHelper.install_tasks

require "rake"
require "standard/rake"
require "rubocop/rake_task"

require "rspec/core/rake_task"
Expand Down
2 changes: 1 addition & 1 deletion spec/multi_json_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
end

it "JSON gem does not create symbols on parse" do
skip "java based implementations" if RUBY_ENGINE == 'java'
skip "java based implementations" if java?

described_class.with_engine(:json_gem) do
described_class.load('{"json_class":"ZOMG"}')
Expand Down

0 comments on commit 8080daf

Please sign in to comment.