spec/engine/deployable_spec.rb in ronin-1.0.0.pre3 vs spec/engine/deployable_spec.rb in ronin-1.0.0.pre4

- old
+ new

@@ -21,11 +21,11 @@ it "should not be deployed by default" do subject.should_not be_deployed end - describe "deploy!" do + describe "#deploy!" do it "should verify! the engine before deploying it" do subject.var = -1 lambda { subject.deploy! @@ -43,10 +43,10 @@ subject.should_not be_evacuated end end - describe "evacuate!" do + describe "#evacuate!" do it "should mark the engine as evacuated" do subject.evacuate! subject.should be_evacuated end