proofs_controller_spec.rb revision a69acbeaebd107fdcce828f5be036bcf116b3d7b
require 'spec_helper'
context 'signed in with write access' do
context 'with unproven theorems' do end
end
it 'redirect to the theorems view' do end
end
context 'without unproven theorems' do end
end
end
it 'redirect to the theorems view' do end
end
end
end
context 'signed in, without write access' do end
end
it 'redirect to the root path' do end
end
end
end
it 'redirect to the root path' do end
end
end