Sha256: 7d237c7618c147220c2062471d293212573c0ffd6475e8477f048d65dd49f619

Contents?: true

Size: 299 Bytes

Versions: 5

Compression:

Stored size: 299 Bytes

Contents

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

    let(:input){ [] }
    subject{ Heading.run(argv) }

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

  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
alf-0.12.2 spec/unit/alf-shell/operator/test_heading.rb
alf-0.12.1 spec/unit/alf-shell/operator/test_heading.rb
alf-0.12.0 spec/unit/alf-shell/operator/test_heading.rb
alf-0.11.1 spec/unit/alf-shell/operator/test_heading.rb
alf-0.11.0 spec/unit/alf-shell/operator/test_heading.rb