theorems_controller_spec.rb revision e8f1bf1654f0dcec50e12fe138031159a9ee529a
require 'spec_helper'
before do
end
it { should respond_with :success }
it { should render_template :index }
end
before do
end
it { should respond_with :success }
it { should render_template :show }
end
end
before do
repository.access = 'private_rw'
end
before do
end
it { should respond_with :found }
end
end
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
before do
end
it { should respond_with :success }
it { should render_template :show }
end
end
end