theorem_spec.rb revision 72c95efaba482fc9802fbe0b2f0cd9ecaaf9111d
require 'spec_helper'
end
it 'theorem has updated status' do end
end
context 'to non-decisive status' do
it 'theorem still has previous status' do end
end
end
context 'from non-decisive status' do
it 'theorem has updated status' do end
end
context 'to non-decisive status' do
it 'theorem has updated status' do end
end
end
end
end