states_spec.rb revision 7c7a19761235efff584ee65a1c6dc4aa1735ff64
require 'spec_helper'
end
context 'aftert processed with error' do let(:message) { 'some error message' } end)
end
end
end
end
it 'set state to failed' do end
it 'state the error message' do end
end
end
context 'aftert processed without error' do end
it 'set state to done' do end
it 'not have a errors message' do end
end
end
end