projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Store selected map color scheme
[rails.git]
/
test
/
helpers
/
application_helper_test.rb
diff --git
a/test/helpers/application_helper_test.rb
b/test/helpers/application_helper_test.rb
index 24d74c85f3b0ad5d1a06aaad93f8eaf6f4739e2d..524851e63fe74ee3879a15a3da22e431578f3cb7 100644
(file)
--- a/
test/helpers/application_helper_test.rb
+++ b/
test/helpers/application_helper_test.rb
@@
-88,8
+88,4
@@
class ApplicationHelperTest < ActionView::TestCase
date = friendly_date_ago(Time.now.utc - 4.months)
assert_match %r{^<time title=".*">4 months ago</time>$}, date
end
-
- def test_body_class; end
-
- def test_header_nav_link_class; end
end