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.

before(:all) is not called for nested groups #26

@ku1ik

Description

@ku1ik

I'm using rspec-core from master and I have following spec:

describe "foo" do
  before(:all) { do_sth }
  context "some" do
    it "should do barrr" do
      some should expectation
    end
  end
end

do_sth is never called. It started happening somewhere around 7th May.

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