Sha256: 3cc4cd9e3835ac57e6f3317df68169023680bf93924864fffc868e56f8d05946
Contents?: true
Size: 303 Bytes
Versions: 3
Compression:
Stored size: 303 Bytes
Contents
require 'spec_helper' describe QbIif::DSL::Vtype do let(:expected) { File.read('spec/fixtures/vtype.iif') } let(:vtype) { QbIif::IIF.new do vtype do row do name 'vtype 1' end end end } subject { vtype } its(:output) { should eq expected } end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
qb_iif-0.1.2 | spec/qb_iif/dsl/vtype_spec.rb |
qb_iif-0.1.1 | spec/qb_iif/dsl/vtype_spec.rb |
qb_iif-0.1.0 | spec/qb_iif/dsl/vtype_spec.rb |