Sha256: 064b8812390b253297c0f05b3e65151041d92dbdb5b48c74e86fb087ddf61b96

Contents?: true

Size: 160 Bytes

Versions: 7

Compression:

Stored size: 160 Bytes

Contents

require 'spec_helper'
require 'earth/pet/breed'

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

Version data entries

7 entries across 7 versions & 1 rubygems

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