foodsoft/test/functional/users_controller_test.rb

10 lines
162 B
Ruby

require 'test_helper'
class UsersControllerTest < ActionController::TestCase
test "should get index" do
get :index
assert_response :success
end
end