debshots/test/controllers/moderate_controller_test.rb

7 lines
137 B
Ruby

require "test_helper"
class ModerateControllerTest < ActionController::TestCase
def test_sanity
flunk "Need real tests"
end
end