summaryrefslogtreecommitdiffstats
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/test_helper.rb b/test/test_helper.rb
index 2416609a6..44ea86f5b 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -44,12 +44,6 @@ class ActiveSupport::TestCase
self.use_transactional_fixtures = true
self.use_instantiated_fixtures = false
- #ESCAPED_CANT = 'can't'
- #ESCAPED_UCANT = 'Can't'
- # Rails 4.0.2
- ESCAPED_CANT = 'can't'
- ESCAPED_UCANT = 'Can't'
-
def uploaded_test_file(name, mime)
fixture_file_upload("files/#{name}", mime, true)
end