💅 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
1 changed files with 1 additions and 1 deletions

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