lib/spectus/result/pass.rb in spectus-2.3.1 vs lib/spectus/result/pass.rb in spectus-2.4.0
- old
+ new
@@ -11,17 +11,17 @@
# @return [String] The message that describe the state.
attr_reader :message
# The value of the expectation of the spec.
#
- # @return [Boolean] the spec was true.
+ # @return [Boolean] The spec was true.
def result?
true
end
# Identify the state of the result.
#
- # @return [String] the char that identify the state of the result.
+ # @return [String] The char that identify the state of the result.
def to_char
if got
'.'
else
'I'