Sha256: c3a904293465533fb831ae77eb1b11576227db9314beafb9d292cb6d0bf398ba

Contents?: true

Size: 293 Bytes

Versions: 3

Compression:

Stored size: 293 Bytes

Contents

require 'spec_helper'
module Alf::Shell::Operator
  describe Compact do

    let(:input){ suppliers }
    subject{ Compact.run(argv) }

    context "the default config" do
      let(:argv){ [input] }
      specify{
        subject.should be_a(Alf::Algebra::Compact)
      }
    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alf-shell-0.14.0 spec/unit/operator/test_compact.rb
alf-shell-0.13.1 spec/unit/operator/test_compact.rb
alf-shell-0.13.0 spec/unit/operator/test_compact.rb