mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Remove unnecessary puts
Signed-off-by: José Valim <jose.valim@gmail.com>
This commit is contained in:
committed by
José Valim
parent
2b6c2e947b
commit
ceca0c34fa
@@ -566,7 +566,6 @@ module RailtiesTest
|
||||
|
||||
env = Rack::MockRequest.env_for("/bukkits/posts/new")
|
||||
response = AppTemplate::Application.call(env)
|
||||
p rack_body(response[2])
|
||||
assert rack_body(response[2]) =~ /name="post\[title\]"/
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user