teams_routing_spec.rb revision ea94bb3c454f088f56abb413380810fc71225f51
require 'spec_helper'
describe Admin::TeamsController do
it do
should route(:get, '/admin/teams').to(
controller: :'admin/teams', action: :index)
end
end