theorems_controller_spec.rb revision 1aa35a3a8cba38a107c617092d5305da541ed518
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