spec/tests/tasks/check/run_spec.rb in hexx-suit-0.1.0 vs spec/tests/tasks/check/run_spec.rb in hexx-suit-0.2.0

- old
+ new

@@ -13,10 +13,10 @@ it "invokes check:pippi:run" do expect { subject } .to change { task_invoked? "check:pippi:run" } .to(true) - end + end if USE_PIPPI_METRIC it "invokes check:coverage:run" do expect { subject } .to change { task_invoked? "check:coverage:run" } .to(true)