Sha256: 006a37af3194a774f38343e93900a58324943b67290cc799ba19a13f0051ce2a

Contents?: true

Size: 206 Bytes

Versions: 4

Compression:

Stored size: 206 Bytes

Contents

require 'spec_helper'

describe Biodiversity do
  it 'should have version' do
    version = Biodiversity::VERSION
    version.should =~ /^\d+\.\d+\.\d+/
    version.should == Biodiversity.version
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
biodiversity19-3.1.4 spec/biodiversity_spec.rb
biodiversity-3.1.4 spec/biodiversity_spec.rb
biodiversity19-3.1.3 spec/biodiversity_spec.rb
biodiversity-3.1.3 spec/biodiversity_spec.rb