diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-04 04:41:27 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-02-04 04:41:27 +0000 |
commit | 31cab06f91fb0a6bd9648be9540b7b04e955ff1c (patch) | |
tree | 723e77cafd9b270defdad8cb0f8ef6b2a2bd0d1e /test/test_helper.rb | |
parent | 0d4551c2707a381caf1f707a1d2c066dfd7dc58b (diff) | |
download | redmine-31cab06f91fb0a6bd9648be9540b7b04e955ff1c.tar.gz redmine-31cab06f91fb0a6bd9648be9540b7b04e955ff1c.zip |
code format clean up escaped "can't" constant
git-svn-id: http://svn.redmine.org/redmine/trunk@12783 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r-- | test/test_helper.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb index 674ac627a..57ce1613e 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -32,9 +32,9 @@ class ActiveSupport::TestCase self.use_transactional_fixtures = true self.use_instantiated_fixtures = false - ESCAPED_CANT='can't' + ESCAPED_CANT = 'can't' # Rails 4.0.2 - #ESCAPED_CANT='can't' + #ESCAPED_CANT = 'can't' def log_user(login, password) User.anonymous |