Skip to content

Commit

Permalink
Remove deadcode from test/ruby_lsp_rails/server_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
shopify-codedb[bot] committed Nov 2, 2024
1 parent 3a01040 commit 0c68ab3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/ruby_lsp_rails/server_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ class ServerTest < ActiveSupport::TestCase

test "doesn't fail if the class overrides `<`" do
class TestClassWithOverwrittenLessThan
class << self
def <(other)
raise
end
end
end

@server.execute("model", { name: "TestClassWithOverwrittenLessThan" })
Expand Down

0 comments on commit 0c68ab3

Please sign in to comment.