Module Spec::Example::ExampleMethods
In: lib/spec/example/example_methods.rb

Methods

Included Modules

Spec::Example::Subject::ExampleMethods Matchers Pending

Public Class methods

Public Instance methods

Provides the backtrace up to where this example was declared.

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"

Run all the after(:each) blocks for this example

Run all the before(:each) blocks for this example

[Validate]