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

💅 it's -> its (see comments on 9a586ac)

This commit is contained in:
Godfrey Chan 2014-10-18 23:52:53 -07:00
parent 2e5fb59b63
commit 9bbff50cc2

View file

@ -523,7 +523,7 @@ YAML
end
end
test "engine is a rack app and can have it's own middleware stack" do
test "engine is a rack app and can have its own middleware stack" do
add_to_config("config.action_dispatch.show_exceptions = false")
@plugin.write "lib/bukkits.rb", <<-RUBY