Sha256: 1162e1464c319e8f79f5f6b79948ea39957aba0ce81747989dcf6b9913e9bc9c
Contents?: true
Size: 381 Bytes
Versions: 3
Compression:
Stored size: 381 Bytes
Contents
require 'spec_helper' module Alf::Shell::Operator describe Matching do let(:left) { suppliers } let(:right){ suppliers } subject{ Matching.run(argv) } context "the default config" do let(:argv){ [left, right] } specify{ subject.should be_a(Alf::Algebra::Matching) subject.operands.should eq([left, right]) } end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alf-shell-0.14.0 | spec/unit/operator/test_matching.rb |
alf-shell-0.13.1 | spec/unit/operator/test_matching.rb |
alf-shell-0.13.0 | spec/unit/operator/test_matching.rb |