theorem_spec.rb revision e200ddd4b78a4915a072095be2a2e6cac65ed333
require 'spec_helper'
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