Skip to content

Commit

Permalink
remove escape_without_erb_util test
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed Nov 13, 2023
1 parent 28b61c6 commit e0d4dc0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/react_on_rails/json_output_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,5 @@ module ReactOnRails

it_behaves_like "escaped json"
end

describe ".escaped_without_erb_utils" do
subject { described_class.escape_without_erb_util(hash_value.to_json) }

it_behaves_like "escaped json"
end
end
end

0 comments on commit e0d4dc0

Please sign in to comment.