Sha256: 951500f337e05e15b06309e7b5b24b2eb9c37ff0f33dc04d17f559f164479f3e

Contents?: true

Size: 219 Bytes

Versions: 29

Compression:

Stored size: 219 Bytes

Contents

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

Version data entries

29 entries across 29 versions & 1 rubygems

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