UseCase "Nested example groups"
Component 128887
Jump to navigation
Jump to search
|
Content
Goal: conceptual cohesion
describe "outer" do describe "inner" do | = subclass of "outer"! it ... do end end end
Metadata In this context… What links here? |
Goal: conceptual cohesion
describe "outer" do describe "inner" do | = subclass of "outer"! it ... do end end end