Sha256: 58195ec4b75d695256d6a5934a1b242190b321e345efd183fde842bd7527c570
Contents?: true
Size: 391 Bytes
Versions: 2
Compression:
Stored size: 391 Bytes
Contents
require File.expand_path(File.dirname(__FILE__) + '/spec_helper') describe 'RationalChoice' do it 'has the necessary constants' do expect(RationalChoice::VERSION).to be_kind_of(String) expect(RationalChoice::CardinalityError).to be_kind_of(Class) expect(RationalChoice::Dimension).to be_kind_of(Class) expect(RationalChoice::ManyDimensions).to be_kind_of(Class) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rational_choice-2.1.0 | spec/rational_choice_spec.rb |
rational_choice-2.0.1 | spec/rational_choice_spec.rb |