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 96303af commit c77fddaCopy full SHA for c77fdda
test/support/ruby_2_6_rails_4_2_patch.rb
@@ -13,6 +13,12 @@ def recycle!
13
end
14
15
else
16
- puts 'Monkeypatch for ActionController::TestResponse no longer needed'
+ msg = 'Monkeypatch for ActionController::TestResponse not needed for '\
17
+ 'Rails 5+. We can drop this patch once we drop support for Rails < 5. '\
18
+ "Current Rails version: #{ENV['RAILS_VERSION']}"
19
+
20
+ puts
21
+ puts "\033[33m **** #{msg} **** \033[0m"
22
23
24
0 commit comments