debshots/test/helpers/moderate_helper_test.rb

7 lines
127 B
Ruby

require "test_helper"
class ModerateHelperTest < ActionView::TestCase
def test_sanity
flunk "Need real tests"
end
end