lib/minitest/spec.rb in minitest-5.0.6 vs lib/minitest/spec.rb in minitest-5.0.7
- old
+ new
@@ -51,10 +51,11 @@
#
# http://betterspecs.org
#
# but do note that several items there are debatable or specific to
# rspec.
-
+ #
+ # For more information about expectations, see Minitest::Expectations.
def describe desc, additional_desc = nil, &block # :doc:
stack = Minitest::Spec.describe_stack
name = [stack.last, desc, additional_desc].compact.join("::")
sclas = stack.last || if Class === self && is_a?(Minitest::Spec::DSL) then