box-o-sand/cookbook/015/hodgepodge/test/functional/user_controller_test.rb
2011-08-10 22:09:24 -04:00

9 lines
125 B
Ruby

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