summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/unit/type/augeas.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/unit/type/augeas.rb b/spec/unit/type/augeas.rb
index ff34d57ca..5276d2cf2 100644
--- a/spec/unit/type/augeas.rb
+++ b/spec/unit/type/augeas.rb
@@ -88,13 +88,6 @@ describe augeas do
end
describe "provider interaction" do
- it "should munge the changes" do
- provider = stub("provider", :parse_commands => "Jar Jar Binks")
- resource = stub('resource', :resource => nil, :provider => provider, :line => nil, :file => nil)
- changes = augeas.attrclass(:changes).new(:resource => resource)
- changes.value= "Testing 123"
- changes.value.should == "Jar Jar Binks"
- end
it "should return 0 if it does not need to run" do
provider = stub("provider", :need_to_run? => false)