9 lines
125 B
Ruby
9 lines
125 B
Ruby
require 'test_helper'
|
|
|
|
class UserControllerTest < ActionController::TestCase
|
|
test "oh lordy" do
|
|
assert true
|
|
end
|
|
|
|
end
|