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/functional/rss_controller_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/functional/rss_controller_test.rb (limited to 'test/functional') diff --git a/test/functional/rss_controller_test.rb b/test/functional/rss_controller_test.rb new file mode 100644 index 0000000..161dbd7 --- /dev/null +++ b/test/functional/rss_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class RssControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end -- cgit v1.3