Skip to content

This gem can not support nested example group? #3

@timsheng

Description

@timsheng

when i organize my test cases in this style. the html report doesn't display right.
describe "first example group" do
it "should be success" do
1.should eql 1
end
describe "nested example group" do
it "should be success again" do
2.should eql 2
end
end
it "should be failure" do
1.should eql 2
end
it "should be pending" do
pending
end
end

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions