7 lines
141 B
Ruby
7 lines
141 B
Ruby
require "test_helper"
|
|
|
|
class UserSessionsControllerTest < ActionController::TestCase
|
|
def test_sanity
|
|
flunk "Need real tests"
|
|
end
|
|
end
|