Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5b3b3b2

Browse files
committed
Comment out problematic eval
1 parent c32bd1c commit 5b3b3b2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

test/test_helper.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ def assert_syntax_tree(node)
7070
# Get a match expression from the node, then assert that it can in fact
7171
# match the node.
7272
# rubocop:disable all
73-
assert(eval(<<~RUBY))
74-
case node
75-
in #{node.construct_keys}
76-
true
77-
end
78-
RUBY
73+
# assert(eval(<<~RUBY))
74+
# case node
75+
# in #{node.construct_keys}
76+
# true
77+
# end
78+
# RUBY
7979
end
8080

8181
Minitest::Test.include(self)

0 commit comments

Comments
 (0)