spec/unit/util/posix_spec.rb in puppet-3.0.2 vs spec/unit/util/posix_spec.rb in puppet-3.1.0.rc1

- old
+ new

@@ -246,10 +246,6 @@ end it "should be able to iteratively search for posix values" do @posix.should respond_to(:search_posix_field) end - - describe "when searching for posix values iteratively" do - it "should iterate across all of the structs returned by Etc and return the appropriate field from the first matching value" - end end