lib/fix/describe.rb in r_spec-0.1.0 vs lib/fix/describe.rb in r_spec-0.1.1
- old
+ new
@@ -1,9 +1,9 @@
# Namespace for the Fix framework.
module Fix
# Override Fix's On class.
class On
- # @param another_front_object [BasicObject] The front object.
+ # @param another_front_object [#object_id] Override the front object.
# @param specs [Proc] A set of specs.
#
# @return [Array] List of results.
def describe(another_front_object, *, &specs)
o = On.new(another_front_object,