We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77469eb commit a93fce3Copy full SHA for a93fce3
test/matrixeval/ruby_test.rb
@@ -9,6 +9,6 @@ def test_that_it_has_a_version_number
9
end
10
11
def test_root
12
- assert_match /matrixeval-ruby\/lib\/matrixeval\/\.\.\/\.\.$/, Matrixeval::Ruby.root.to_s
+ assert_match(/matrixeval-ruby\/lib\/matrixeval\/\.\.\/\.\.$/, Matrixeval::Ruby.root.to_s)
13
14
0 commit comments