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 eeeed6c commit 562cdf1Copy full SHA for 562cdf1
test/ruby_lsp_rails/runner_client_test.rb
@@ -16,7 +16,8 @@ class RunnerClientTest < ActiveSupport::TestCase
16
assert_predicate @client, :stopped?
17
end
18
19
- # This is an integration test which starts the server. For the more fine-grained tests, see `server_test.rb`.
+ # These are integration test which starts the server. For the more fine-grained tests, see `server_test.rb`.
20
+
21
test "#model returns information for the requested model" do
22
# These columns are from the schema in the dummy app: test/dummy/db/schema.rb
23
columns = [
0 commit comments