@include describe("The shift-right operator") {
  @include it("should return correct results") {
    @include should(expect(bw-shift-right(42, 2)), to(be(10)));
  }
}
