sideplace_app/test/controllers/public/cities_controller_test.rb

10 lines
171 B
Ruby

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