Sha256: a1b9d8c7d9598438dd7e812fe474719da040856c86ea5f2a5bdc135bdb704114

Contents?: true

Size: 179 Bytes

Versions: 7

Compression:

Stored size: 179 Bytes

Contents

require 'spec_helper'
require 'earth/pet/breed_gender'

describe BreedGender do
  describe 'Sanity check', :sanity => true do
    it { BreedGender.count.should == 586 }
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
earth-1.2.1 spec/earth/pet/breed_gender_spec.rb
earth-1.1.2 spec/earth/pet/breed_gender_spec.rb
earth-1.1.1 spec/earth/pet/breed_gender_spec.rb
earth-1.1.0 spec/earth/pet/breed_gender_spec.rb
earth-1.0.3 spec/earth/pet/breed_gender_spec.rb
earth-1.0.2 spec/earth/pet/breed_gender_spec.rb
earth-1.0.1 spec/earth/pet/breed_gender_spec.rb