lib/matchi/be_false.rb in matchi-0.1.0 vs lib/matchi/be_false.rb in matchi-0.1.1

- old
+ new

@@ -1,7 +1,7 @@ module Matchi # **Untruth** matcher. - class BeFalse + class BeFalse < BasicObject # Boolean comparison between the actual value and the expected value. # # @example Is it false? # be_false = Matchi::BeFalse.new # be_false.matches? { false } # => true