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 76b7cf1 commit f84af89Copy full SHA for f84af89
test/ruby_lsp_rails/runner_client_test.rb
@@ -21,7 +21,7 @@ class RunnerClientTest < ActiveSupport::TestCase
21
end
22
23
test "#model returns information for the requested model" do
24
- # test/dummy/db/migrate/20230330202955_create_users.rb
+ # These columns are from the schema in the dummy app: test/dummy/db/schema.rb
25
columns = [
26
["id", "integer"],
27
["first_name", "string"],
0 commit comments