Sha256: a2b8c368e3b368bbbcdc7a58bdf140043ab0cf5680c3a83033f76785f2f94b9a

Contents?: true

Size: 207 Bytes

Versions: 29

Compression:

Stored size: 207 Bytes

Contents

describe "String#size" do
  it "returns the length of self" do
    "".size.should == 0
    "one".size.should == 3
    "two".size.should == 3
    "three".size.should == 5
    "four".size.should == 4
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
opal-0.4.4 spec/rubyspec/core/string/size_spec.rb
opal-0.4.3 spec/rubyspec/core/string/size_spec.rb
opal-0.4.2 spec/rubyspec/core/string/size_spec.rb
opal-0.4.1 spec/rubyspec/core/string/size_spec.rb
opal-0.4.0 spec/rubyspec/core/string/size_spec.rb
opal-0.3.44 spec/rubyspec/core/string/size_spec.rb
opal-0.3.43 spec/rubyspec/core/string/size_spec.rb
opal-0.3.42 spec/core/string/size_spec.rb
opal-0.3.41 spec/core/string/size_spec.rb
opal-0.3.40 spec/core/string/size_spec.rb
opal-0.3.39 spec/core/string/size_spec.rb
opal-0.3.38 spec/core/string/size_spec.rb
opal-0.3.37 spec/core/string/size_spec.rb
opal-0.3.36 spec/core/string/size_spec.rb
opal-0.3.35 spec/core/string/size_spec.rb
opal-0.3.34 spec/core/string/size_spec.rb
opal-0.3.33 spec/core/string/size_spec.rb
opal-0.3.32 spec/core/string/size_spec.rb
opal-0.3.31 spec/core/string/size_spec.rb
opal-0.3.30 spec/core/string/size_spec.rb