negos_app/test/controllers/public/cities_controller_test.rb
Nicolas Bally 772e87ffb7 initial
2015-11-14 00:08:54 +01:00

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