Sha256: e8e490790dab238d19cdffd49168af9ef4ad1eb63128fee526ae7df6c751a1eb
Contents?: true
Size: 266 Bytes
Versions: 1
Compression:
Stored size: 266 Bytes
Contents
require 'spec_helper' describe Riif::DSL::Vtype do let(:expected) { File.read('spec/fixtures/vtype.iif') } let(:vtype) { Riif::IIF.new.vtype do row do name 'vtype 1' end end } subject { vtype } it { should eq expected } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
riif-0.0.1 | spec/riif/dsl/vtype_spec.rb |