Skip to content

Commit 562cdf1

Browse files
committed
Move comment
1 parent eeeed6c commit 562cdf1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ruby_lsp_rails/runner_client_test.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ class RunnerClientTest < ActiveSupport::TestCase
1616
assert_predicate @client, :stopped?
1717
end
1818

19-
# This is an integration test which starts the server. For the more fine-grained tests, see `server_test.rb`.
19+
# These are integration test which starts the server. For the more fine-grained tests, see `server_test.rb`.
20+
2021
test "#model returns information for the requested model" do
2122
# These columns are from the schema in the dummy app: test/dummy/db/schema.rb
2223
columns = [

0 commit comments

Comments
 (0)