spec/taskinator/definition_spec.rb in taskinator-0.4.7 vs spec/taskinator/definition_spec.rb in taskinator-0.5.0

- old
+ new

@@ -154,10 +154,10 @@ end # if an error is raised, then the context was incorrect expect { subject.create_process - }.to_not raise_error(StandardError) + }.not_to raise_error end context "is instrumented" do subject { MockDefinition.create }