lib/shiyo/not.rb in shiyo-0.1.0 vs lib/shiyo/not.rb in shiyo-0.1.1
- old
+ new
@@ -7,10 +7,9 @@
include Shiyo::Specification
# A new instance of Shiyo::Not
#
# @param wrapped [Shiyo::Specification] A specification object.
def initialize(wrapped)
- super()
@wrapped = Shiyo::Specification(wrapped)
end
# Inspects whether the candidate does not satisfy the wrapped specification.
#