Sha256: 17bd09cb503980bfe3256768dc1ba5ed836d436ccf07052255907c3063b4c90e

Contents?: true

Size: 203 Bytes

Versions: 102

Compression:

Stored size: 203 Bytes

Contents

require 'spec/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

102 entries across 102 versions & 20 rubygems

Version Path
DrMark-thinking-sphinx-1.1.14 spec/unit/thinking_sphinx/core/string_spec.rb
DrMark-thinking-sphinx-1.1.15 spec/unit/thinking_sphinx/core/string_spec.rb
DrMark-thinking-sphinx-1.1.6 spec/unit/thinking_sphinx/core/string_spec.rb
DrMark-thinking-sphinx-1.2.5 spec/lib/thinking_sphinx/core/string_spec.rb
DrMark-thinking-sphinx-1.2.6 spec/lib/thinking_sphinx/core/string_spec.rb
bterlson-thinking-sphinx-1.2.8 spec/lib/thinking_sphinx/core/string_spec.rb
dpickett-thinking-sphinx-1.1.12 spec/unit/thinking_sphinx/core/string_spec.rb
dpickett-thinking-sphinx-1.1.23 spec/unit/thinking_sphinx/core/string_spec.rb
dpickett-thinking-sphinx-1.1.4 spec/unit/thinking_sphinx/core/string_spec.rb
ebeigarts-thinking-sphinx-1.1.21 spec/unit/thinking_sphinx/core/string_spec.rb
ebeigarts-thinking-sphinx-1.1.22 spec/unit/thinking_sphinx/core/string_spec.rb
ebeigarts-thinking-sphinx-1.2.10 spec/lib/thinking_sphinx/core/string_spec.rb
factorylabs-thinking-sphinx-1.2.7 spec/lib/thinking_sphinx/core/string_spec.rb
freelancing-god-thinking-sphinx-1.1.10 spec/unit/thinking_sphinx/core/string_spec.rb
freelancing-god-thinking-sphinx-1.1.11 spec/unit/thinking_sphinx/core/string_spec.rb
freelancing-god-thinking-sphinx-1.1.12 spec/unit/thinking_sphinx/core/string_spec.rb
freelancing-god-thinking-sphinx-1.1.14 spec/unit/thinking_sphinx/core/string_spec.rb
freelancing-god-thinking-sphinx-1.1.15 spec/unit/thinking_sphinx/core/string_spec.rb
freelancing-god-thinking-sphinx-1.1.16 spec/unit/thinking_sphinx/core/string_spec.rb
freelancing-god-thinking-sphinx-1.1.17 spec/unit/thinking_sphinx/core/string_spec.rb