debshots/test/helpers/users_helper_test.rb

7 lines
124 B
Ruby

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