debshots/test/helpers/user_sessions_helper_test.rb

7 lines
131 B
Ruby

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