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.
config.hosts
1 parent e8c8c43 commit 8f7b29cCopy full SHA for 8f7b29c
test/test_helper.rb
@@ -64,6 +64,8 @@ class TestApp < Rails::Application
64
if Rails::VERSION::MAJOR == 5 && Rails::VERSION::MINOR == 2
65
config.active_record.sqlite3.represent_boolean_as_integer = true
66
end
67
+
68
+ config.hosts << "www.example.com"
69
70
71
require 'rails/test_help'
0 commit comments