Skip to content

Commit

Permalink
Remove binding.irb
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahramadan committed Aug 11, 2023
1 parent b344bb4 commit 1bfaa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiverse/suites/roda/roda_instrumentation_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_transaction_name_error
# pass in {} to produce an error, because {} doesn't support #path and
# confirm that the desired error handling took place
result = NewRelic::Agent::Instrumentation::Roda::TransactionNamer.transaction_name({})
# binding.irb

assert_equal NewRelic::Agent::UNKNOWN_METRIC, result
assert_logged(/NoMethodError.*Error encountered trying to identify Roda transaction name/m)
end
Expand Down

0 comments on commit 1bfaa37

Please sign in to comment.