Skip to content

Commit

Permalink
💅 it's -> its (see comments on 9a586ac)
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Oct 19, 2014
1 parent 2e5fb59 commit 9bbff50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/test/railties/engine_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ def call(env)
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
Expand Down

0 comments on commit 9bbff50

Please sign in to comment.