require 'spec_helper'
before do
end
it { should respond_with :success }
it { should render_template :index }
end
end
before do
repository.access = 'private_rw'
end
before do
end
it { should respond_with :found }
end
end
end
end
before do
end
it { should respond_with :success }
it { should render_template :index }
end
end
end