Skip to content

Commit a93fce3

Browse files
committed
Prevent "warning: ambiguity between regexp and two divisions"
1 parent 77469eb commit a93fce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/matrixeval/ruby_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ def test_that_it_has_a_version_number
99
end
1010

1111
def test_root
12-
assert_match /matrixeval-ruby\/lib\/matrixeval\/\.\.\/\.\.$/, Matrixeval::Ruby.root.to_s
12+
assert_match(/matrixeval-ruby\/lib\/matrixeval\/\.\.\/\.\.$/, Matrixeval::Ruby.root.to_s)
1313
end
1414
end

0 commit comments

Comments
 (0)