summaryrefslogtreecommitdiff
path: root/test/functional/rss_controller_test.rb
blob: 161dbd743a5b1ec99559957a83d30684c2b07461 (plain)
1
2
3
4
5
6
7
8
require 'test_helper'

class RssControllerTest < ActionController::TestCase
  # Replace this with your real tests.
  test "the truth" do
    assert true
  end
end