Sha256: a34cf864ee3f55f679f3a87979b19645eba9f923360d6781de742f052bcf6942
Contents?: true
Size: 545 Bytes
Versions: 15
Compression:
Stored size: 545 Bytes
Contents
// // Support syntax // @include describe("[function] support-syntax") { $selectors: ".block__element--modifier"; @include it("should expect truthy value to return from supported syntax") { @include should(expect( flint-support-syntax("BEM", $selectors)), to(be-truthy()) ); } @include it("should expect to return null if invalid syntax is passed") { @include should(expect( flint-support-syntax("OOCSS", $selectors)), to(be((false))) ); } }
Version data entries
15 entries across 15 versions & 1 rubygems