spec/linner/environment_spec.rb in linner-0.4.0 vs spec/linner/environment_spec.rb in linner-0.4.1

- old
+ new

@@ -15,9 +15,10 @@ end it "should equals default config" do @env.notification.should be_true @env.wrapper.should == "cmd" + @env.manifest.should == "manifest.yml" @env.revision.should == false @env.groups.should respond_to(:each) end end