Sha256: f2d590b239e56e81eedbc57155f617b6f884cc84459f8633b517dbe60fc05dde

Contents?: true

Size: 234 Bytes

Versions: 4

Compression:

Stored size: 234 Bytes

Contents

require 'optimizer_helper'
module Alf
  describe "wrap" do

    subject{ wrap(an_operand, [:x, :y], :z) }

    let(:split_attributes){ AttrList[subject.as] }

    it_should_behave_like "a split-able expression for restrict"

  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
alf-core-0.15.0 spec/unit/alf-optimizer/test_wrap.rb
alf-core-0.14.0 spec/unit/alf-optimizer/test_wrap.rb
alf-core-0.13.1 spec/unit/alf-optimizer/test_wrap.rb
alf-core-0.13.0 spec/unit/alf-optimizer/test_wrap.rb