Sha256: c8f4257e1f852f1ee645f70136b84c449c285f47fc85bebd00b17381fe45a4d9

Contents?: true

Size: 171 Bytes

Versions: 10

Compression:

Stored size: 171 Bytes

Contents

require File.join(File.dirname(__FILE__), '..', '..', 'spec_helper')

describe String do
  it "should respond to length" do
    "hoge".should respond_to(:length)
  end
end

Version data entries

10 entries across 5 versions & 2 rubygems

Version Path
nov-smartfm-0.4.0 spec/smartfm/model/list_spec.rb
nov-smartfm-0.4.0 spec/smartfm/model/sentence_spec.rb
nov-smartfm-0.4.1 spec/smartfm/model/notification_spec.rb
nov-smartfm-0.4.1 spec/smartfm/model/sentence_spec.rb
smartfm-0.3.0 spec/smartfm/model/list_spec.rb
smartfm-0.3.0 spec/smartfm/model/sentence_spec.rb
smartfm-0.4.0 spec/smartfm/model/sentence_spec.rb
smartfm-0.4.0 spec/smartfm/model/list_spec.rb
smartfm-0.3.1 spec/smartfm/model/sentence_spec.rb
smartfm-0.3.1 spec/smartfm/model/list_spec.rb