Sha256: 8ab965b91401e3f523a0125f8afc785e3a02ea0da048098d63f9b94cd175feb6

Contents?: true

Size: 776 Bytes

Versions: 83

Compression:

Stored size: 776 Bytes

Contents

require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper'
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/fixtures/classes.rb'
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/shared/slice.rb'

describe "String#[]" do
  it_behaves_like :string_slice, :[]
end

describe "String#[] with index, length" do
  it_behaves_like :string_slice_index_length, :[]
end

describe "String#[] with Range" do
  it_behaves_like :string_slice_range, :[]
end

describe "String#[] with Regexp" do
  it_behaves_like :string_slice_regexp, :[]
end

describe "String#[] with Regexp, index" do
  it_behaves_like :string_slice_regexp_index, :[]
end

describe "String#[] with String" do
  it_behaves_like :string_slice_string, :[]
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
rhodes-1.4.2 spec/framework_spec/app/spec/core/string/element_reference_spec.rb
rhodes-1.4.1 spec/framework_spec/app/spec/core/string/element_reference_spec.rb
rhodes-1.4.0 spec/framework_spec/app/spec/core/string/element_reference_spec.rb