@include describe("Should") { @include it("should set the text and value") { $when: should("be the correct", "value", true); $text: $bc-expect-text; $value: $bc-expect; @include should( expect( $text ), to( be("be the correct"))); @include should( expect( $value ), to( be("value"))); } }