spec/examples/process_examples.rb in taskinator-0.0.1 vs spec/examples/process_examples.rb in taskinator-0.0.2

- old
+ new

@@ -7,10 +7,9 @@ # let(:definition) {} # let(:process) {} it { expect(process.definition).to eq(definition) } it { expect(process.uuid).to_not be_nil } - it { expect(process.name).to eq('name') } it { expect(process.to_s).to match(/#{process.uuid}/) } it { expect(process.options).to_not be_nil } it { expect(process.tasks).to_not be_nil } end