aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-10-12 01:10:43 -0700
committerJosé Valim <jose.valim@plataformatec.com.br>2012-10-12 01:10:43 -0700
commit36360e9bb959f226380ee7c660651b27b3a53d18 (patch)
tree7c3fbdd19fa26f544ba7012213ef4609eb52b8b4 /activesupport
parentfc5a3e94119aa514f2cff0bf7a465d97117c81ea (diff)
parentab9140ff0274ade509d6905c20e1d2546112616e (diff)
downloadrails-36360e9bb959f226380ee7c660651b27b3a53d18.tar.gz
rails-36360e9bb959f226380ee7c660651b27b3a53d18.tar.bz2
rails-36360e9bb959f226380ee7c660651b27b3a53d18.zip
Merge pull request #7917 from dfens/master
Cosmetic changes: remove trailing whitespaces from tests
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/test/callbacks_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/test/callbacks_test.rb b/activesupport/test/callbacks_test.rb
index b7c3b130c3..8810302f40 100644
--- a/activesupport/test/callbacks_test.rb
+++ b/activesupport/test/callbacks_test.rb
@@ -120,7 +120,7 @@ module CallbacksTest
end
class Child < ParentController
- skip_callback :dispatch, :before, :log, :if => proc {|c| c.action_name == :update}
+ skip_callback :dispatch, :before, :log, :if => proc {|c| c.action_name == :update}
skip_callback :dispatch, :after, :log2
end