box-o-sand/cookbook/015/hodgepodge/test/functional/user_controller_test.rb

9 lines
125 B
Ruby
Raw Normal View History

require 'test_helper'
class UserControllerTest < ActionController::TestCase
test "oh lordy" do
assert true
end
end