Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

add pending method for use within an example #7

@dchelimsky

Description

@dchelimsky

None of these work in rspec-2, but they all do in rspec-1:

describe "something" do
  it "does something" do
    pending
    # ....
  end

  it "does something else" do
    pending "getting something fixed"
    # ...
  end

  it "does something else" do
    pending "getting something fixed" do
      # ...
    end
  end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions