From d7ec763c7ce069824aad24a6bd0d845ee74ed10d Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 10 Sep 2009 16:01:41 +0200 Subject: added public rss controller plus template to render the latest 20 updates into a neat little atom feed --- test/unit/helpers/rss_helper_test.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/unit/helpers/rss_helper_test.rb (limited to 'test/unit') diff --git a/test/unit/helpers/rss_helper_test.rb b/test/unit/helpers/rss_helper_test.rb new file mode 100644 index 0000000..b040b3e --- /dev/null +++ b/test/unit/helpers/rss_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class RssHelperTest < ActionView::TestCase +end -- cgit v1.3