Skip to content

Commit

Permalink
Merge pull request #523 from Shopify/remove-deadcode-spoom-testprojec…
Browse files Browse the repository at this point in the history
…t-censor_project_path

Remove dead method `censor_project_path`
  • Loading branch information
Morriar committed Mar 6, 2024
2 parents d50901a + 033676d commit 066e81d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions test/test_project.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,5 @@ class TestProject < Context
def spoom(command)
bundle_exec("spoom #{command}")
end

# Misc

sig { params(text: String).returns(String) }
def censor_project_path(text)
text.gsub(absolute_path, "")
end
end
end

0 comments on commit 066e81d

Please sign in to comment.