url_maps_controller_spec.rb revision 39eaacfe933c39700a6edbfa72b83255cd868822
require 'spec_helper'
describe "url_map" do
let!(:repository){ create :repository }
it { should respond_with :success }
it { should render_template :index }
end
before { get :new, repository_id: repository.to_param }
it { should respond_with :success }
end
it { should respond_with :success }
end
it { should respond_with :success }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
end
before { get :new, repository_id: repository.to_param }
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
it { should respond_with :found }
end
end
end
end