aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/debug_helper_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/template/debug_helper_test.rb')
-rw-r--r--actionpack/test/template/debug_helper_test.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/actionpack/test/template/debug_helper_test.rb b/actionpack/test/template/debug_helper_test.rb
deleted file mode 100644
index 42d06bd9ff..0000000000
--- a/actionpack/test/template/debug_helper_test.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-require 'active_record_unit'
-
-class DebugHelperTest < ActionView::TestCase
- def test_debug
- company = Company.new(name: "firebase")
- assert_match "&nbsp; name: firebase", debug(company)
- end
-end