spec/support/matchers/file_system_matchers.rb in berkshelf-3.0.0.beta7 vs spec/support/matchers/file_system_matchers.rb in berkshelf-3.0.0.beta8
- old
+ new
@@ -113,9 +113,13 @@
else
"Structure had #{@failure}, but it shouldn't have"
end
end
+ def description
+ "have structure"
+ end
+
def matches?(root)
@failure = catch :failure do
super
end