Sha256: 65361e3a3b8087c24275c3ecfe297c0afde785a0bcdc99011c9bd077a5c0c73d

Contents?: true

Size: 246 Bytes

Versions: 2

Compression:

Stored size: 246 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')

describe "RationalChoice" do
  it "has the necessary constants" do
    RationalChoice::CardinalityError
    RationalChoice::Dimension
    RationalChoice::ManyDimensions
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rational_choice-2.0.0 spec/rational_choice_spec.rb
rational_choice-1.0.0 spec/rational_choice_spec.rb