1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

s/with/when/

This commit is contained in:
Xavier Noria 2011-03-27 22:31:42 +02:00
parent 2c0c4d754e
commit 84aab7aa53

View file

@ -52,7 +52,7 @@ module ApplicationTests
assert_equal "Rack::Cache", middleware.first
end
test "Rack::SSL is present with force_ssl is set" do
test "Rack::SSL is present when force_ssl is set" do
add_to_config "config.force_ssl = true"
boot!
assert middleware.include?("Rack::SSL")