lib/spectus/result/pass.rb in spectus-2.1.3 vs lib/spectus/result/pass.rb in spectus-2.2.0
- old
+ new
@@ -4,11 +4,9 @@
module Result
# The class that is responsible for reporting that the expectation is true.
class Pass
include Base
- attr_reader :message
-
# The value of the expectation of the spec.
#
# @return [Boolean] the spec was true.
def result?
true