# File lib/spec/example/subject.rb, line 23
        def its(attribute, &block)
          describe(attribute) do
            define_method(:subject) { super().send(attribute) }
            it(&block)
          end
        end