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
thinking-sphinx-2.0.0 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.4.0 spec/thinking_sphinx/core/string_spec.rb
thorsson_thinking-sphinx-2.0 spec/thinking_sphinx/core/string_spec.rb
angelf-thinking-sphinx-1.3.18 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.3.20 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-2.0.0.rc2 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.3.19 spec/thinking_sphinx/core/string_spec.rb
thorsson_thinking-sphinx-1.3.18 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-allen-1.3.18.4 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-allen-1.3.18.3 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-allen-1.3.18.2 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-2.0.0.rc1 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-allen-1.3.18.1 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-allen-1.3.18 spec/thinking_sphinx/core/string_spec.rb
thinking-sphinx-1.3.18 spec/thinking_sphinx/core/string_spec.rb