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 aa7a1a8 commit 637984cCopy full SHA for 637984c
test/test_backtrace.rb
@@ -5,6 +5,6 @@
5
class TestSolidErrors < Minitest::Test
6
def test_backtrace
7
backtrace = SolidErrors::Backtrace.parse(caller(0)).to_a
8
- assert_equal backtrace[0][:method], "TestSolidErrors#test_backtrace"
+ assert_includes backtrace[0][:method], "test_backtrace"
9
end
10
0 commit comments