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 c839fdb commit 8014bddCopy full SHA for 8014bdd
railties/test/generators/api_app_generator_test.rb
@@ -65,7 +65,7 @@ def test_generator_if_skip_action_cable_is_given
65
assert_no_file "config/cable.yml"
66
assert_no_file "app/channels"
67
assert_file "Gemfile" do |content|
68
- assert_no_match(/redis/, content)
+ assert_no_match(/"redis"/, content)
69
end
70
71
railties/test/generators/shared_generator_tests.rb
@@ -288,7 +288,7 @@ def test_generator_if_skip_action_cable_is_given
288
assert_no_directory "#{application_path}/app/javascript/channels"
289
assert_no_directory "#{application_path}/app/channels"
290
291
292
293
294
0 commit comments