lib/longleaf/specs/custom_matchers.rb in longleaf-0.2.0.pre.1 vs lib/longleaf/specs/custom_matchers.rb in longleaf-0.3.0

- old
+ new

@@ -4,6 +4,6 @@ match do |actual| return false if actual.nil? || !actual.is_a?(Longleaf::FileRecord) actual.path == expected end end -end \ No newline at end of file +end