lib/r_spec.rb in r_spec-clone-1.2.4 vs lib/r_spec.rb in r_spec-clone-1.3.0
- old
+ new
@@ -35,11 +35,11 @@
# end
# end
#
# # Output to the console
# # Success: expected to eq 3.
-# # Success: expected true to be true.
-# # Success: expected false to be false.
+# # Success: expected to be true.
+# # Success: expected to be false.
#
# @example An inherited definition of let
# require "r_spec"
#
# RSpec.describe Integer do