negos_app/test/controllers/public/cities_controller_test.rb
2016-02-16 21:09:48 +01:00

10 lines
171 B
Ruby
Executable File

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