spec/kitchen/collection_spec.rb in test-kitchen-1.5.0.rc.1 vs spec/kitchen/collection_spec.rb in test-kitchen-1.5.0

- old
+ new

@@ -56,10 +56,10 @@ result[0].must_equal obj("one") result[1].must_equal obj("three") result.get_all(/one/).size.must_equal 1 end - it "returns an empty Collection if on matches are found" do + it "returns an empty Collection if no matches are found" do result = collection.get_all(/noppa/) result.must_equal [] result.get("nahuh").must_be_nil end end