require 'spec_helper' describe ChinaCitys::DataController do describe "GET 'show'" do it "returns http success" do get 'show', id: '000000', use_route: 'china_citys' response.should be_success end end end