Sha256: b590f7bbf6b6a20853936a9d216475e39fe1b40e31e0c09c12eebd166b98992c
Contents?: true
Size: 189 Bytes
Versions: 2
Compression:
Stored size: 189 Bytes
Contents
require 'spec_helper' require 'combinatorics/version' describe Combinatorics do it "should have a VERSION constant" do expect(subject.const_get('VERSION')).not_to be_empty end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
combinatorics-0.5.0 | spec/combinatorics_spec.rb |
combinatorics-0.4.4 | spec/combinatorics_spec.rb |