method

description

rspec latest stable - Class: Spec::Example::ExampleMethods
description()
public

Declared description for this example:

  describe Account do
    it "should start with a balance of 0" do
    ...

  description
  => "should start with a balance of 0"