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