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 6a763b5 commit b18db20Copy full SHA for b18db20
test/ruby_lsp_rails/runner_client_test.rb
@@ -20,7 +20,7 @@ class RunnerClientTest < ActiveSupport::TestCase
20
refute_predicate @client.instance_variable_get(:@wait_thread), :alive?
21
end
22
23
- test "model returns information for the requested model" do
+ test "#model returns information for the requested model" do
24
# test/dummy/db/migrate/20230330202955_create_users.rb
25
columns = [
26
["id", "integer"],
0 commit comments