Sha256: 023334274b928eadba5b63aaf43aceffd0792fd8c78424fe82804a6bc7c28552
Contents?: true
Size: 351 Bytes
Versions: 1
Compression:
Stored size: 351 Bytes
Contents
require 'spec_helper' describe Riif::DSL::Othername do let(:expected) { File.read('spec/fixtures/othername.iif') } let(:othername) { Riif::IIF.new.othername do row do name 'Alfred' baddr1 'Backer' baddr2 '37' faxnum '123' end end } subject { othername } it { should eq expected } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
riif-0.0.1 | spec/riif/dsl/othername_spec.rb |