Sha256: 218862a7165c651e30dcb695159f57b7f756cf2d4aed79d0961efc766909fe4c
Contents?: true
Size: 392 Bytes
Versions: 12
Compression:
Stored size: 392 Bytes
Contents
require 'spec_helper' describe Riif::DSL::Othername do let(:expected) { File.read('spec/fixtures/othername.iif') } let(:othername) { Riif::IIF.new do othername do row do name 'Alfred' baddr1 'Backer' baddr2 '37' faxnum '123' end end end } subject { othername } its(:output) { should eq expected } end
Version data entries
12 entries across 12 versions & 2 rubygems