Sha256: cfef0cff57497eaf820079e6d6a282e0a7c3a4bf3044b4fe5030201f40457d36

Contents?: true

Size: 198 Bytes

Versions: 55

Compression:

Stored size: 198 Bytes

Contents

require 'spec_helper'

describe String do  
  describe "to_crc32 instance method" do
    it "should return an integer" do
      'to_crc32'.to_crc32.should be_a_kind_of(Integer)
    end
  end
end    

Version data entries

55 entries across 55 versions & 6 rubygems

Version Path
friendlyfashion-thinking-sphinx-2.0.14.4 spec/thinking_sphinx/core/string_spec.rb
friendlyfashion-thinking-sphinx-2.0.14.3 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-2.1.0 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.5.0 spec/thinking_sphinx/core/string_spec.rb
friendlyfashion-thinking-sphinx-2.0.14.2 spec/thinking_sphinx/core/string_spec.rb
friendlyfashion-thinking-sphinx-2.0.14.1 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-2.0.14 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.4.14 spec/thinking_sphinx/core/string_spec.rb
friendlyfashion-thinking-sphinx-2.0.13.3 spec/thinking_sphinx/core/string_spec.rb
friendlyfashion-thinking-sphinx-2.0.13.2 spec/thinking_sphinx/core/string_spec.rb
friendlyfashion-thinking-sphinx-2.0.13.1 spec/thinking_sphinx/core/string_spec.rb
friendlyfashion-thinking-sphinx-2.0.13 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-2.0.13 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.4.13 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-2.0.12 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.4.12 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-2.0.11 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.4.11 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-2.0.10 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.4.10 spec/thinking_sphinx/core/string_spec.rb