Sha256: ddaf537b84314df82f976252346e1c5a01d830234866c8de1c1fc58fba1a39c0
Contents?: true
Size: 360 Bytes
Versions: 3
Compression:
Stored size: 360 Bytes
Contents
require 'nissen-collect' require 'spec_helper' describe NissenCollect do it "should have a VERSION constant" do subject.const_get('VERSION').should_not be_empty end it "should have Hash constants" do ['HTTPINFO','BUYER','DELIVERIES','PDREQUEST','TRANSACTION'].map{ |constant| subject.const_get(constant).should_not be_empty} end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
nissen-collect-0.1.8 | spec/nissen-collect_spec.rb |
nissen-collect-0.1.7 | spec/nissen-collect_spec.rb |
nissen-collect-0.1.6 | spec/nissen-collect_spec.rb |