You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
—
Reply to this email directly or view it on GitHub.
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
The text was updated successfully, but these errors were encountered: