Sha256: 0fd5416f36055269eafbd2006cf4f450b9367e3c2ea22258b7890daf1ae023d6
Contents?: true
Size: 225 Bytes
Versions: 2
Compression:
Stored size: 225 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/../spec_helper') describe QBFC_CONST do it "should load QBFC constants" do QBFC_CONST::DmToday.should == 1 QBFC_CONST::OmDontCare.should == 2 end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qbfc-0.1.0-x86-mswin32-60 | spec/unit/qbfc_const_spec.rb |
qbfc-0.2.0-x86-mswin32-60 | spec/unit/qbfc_const_spec.rb |