Sha256: ac3d9d854c89edc091f1382345981c506ce6121585b779588c072b528d338335
Contents?: true
Size: 315 Bytes
Versions: 46
Compression:
Stored size: 315 Bytes
Contents
@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"))); } }
Version data entries
46 entries across 46 versions & 2 rubygems