aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-12-18 17:59:08 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2015-12-18 18:15:07 +0900
commit703f1052ae2e5da3d5ef18a759c03ba5692f1e24 (patch)
tree073c8f4b753856e2013116e02a248440404227d5 /activesupport/lib/active_support/core_ext
parentcd53b05be8f74dfc9c872eb1e84cd024e754f48d (diff)
downloadrails-703f1052ae2e5da3d5ef18a759c03ba5692f1e24.tar.gz
rails-703f1052ae2e5da3d5ef18a759c03ba5692f1e24.tar.bz2
rails-703f1052ae2e5da3d5ef18a759c03ba5692f1e24.zip
fix indentation of generated controller test
``` # before module Bukkits class UsersControllerTest < ActionDispatch::IntegrationTest include Engine.routes.url_helpers setup do @user = bukkits_users(:one) end ``` ``` # after module Bukkits class UsersControllerTest < ActionDispatch::IntegrationTest include Engine.routes.url_helpers setup do @user = bukkits_users(:one) end ```
Diffstat (limited to 'activesupport/lib/active_support/core_ext')
0 files changed, 0 insertions, 0 deletions