spec/nissen-collect_spec.rb in nissen-collect-0.1.5 vs spec/nissen-collect_spec.rb in nissen-collect-0.1.6

- old
+ new

@@ -6,10 +6,10 @@ it "should have a VERSION constant" do subject.const_get('VERSION').should_not be_empty end it "should have Hash constants" do - ['SHOPINFO','HTTPINFO','BUYER','DELIVERIES','PDREQUEST','TRANSACTION'].map{ |constant| + ['HTTPINFO','BUYER','DELIVERIES','PDREQUEST','TRANSACTION'].map{ |constant| subject.const_get(constant).should_not be_empty} end