summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-02-04 04:41:27 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-02-04 04:41:27 +0000
commit31cab06f91fb0a6bd9648be9540b7b04e955ff1c (patch)
tree723e77cafd9b270defdad8cb0f8ef6b2a2bd0d1e /test/test_helper.rb
parent0d4551c2707a381caf1f707a1d2c066dfd7dc58b (diff)
downloadredmine-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.rb4
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&#x27;t'
+ ESCAPED_CANT = 'can&#x27;t'
# Rails 4.0.2
- #ESCAPED_CANT='can&#39;t'
+ #ESCAPED_CANT = 'can&#39;t'
def log_user(login, password)
User.anonymous