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.
2 parents 79f34b9 + 561f0fd commit 521030eCopy full SHA for 521030e
railties/lib/rails/generators/rails/devcontainer/devcontainer_generator.rb
@@ -150,7 +150,7 @@ def local_rails_mount
150
end
151
152
def system_test_configuration
153
- optimize_indentation(<<-'RUBY', 2)
+ optimize_indentation(<<-'RUBY', 2).chomp
154
if ENV["CAPYBARA_SERVER_PORT"]
155
served_by host: "rails-app", port: ENV["CAPYBARA_SERVER_PORT"]
156
0 commit comments