Sha256: 71cf59c9db57626a1f3bead2feae3fc008354c8606546d6c22a140aedcd19953

Contents?: true

Size: 202 Bytes

Versions: 22

Compression:

Stored size: 202 Bytes

Contents

require 'spec_helper'

describe Waistband::StringifiedArray do

  it "stringifies everything in an array" do
    Waistband::StringifiedArray.new([1, 2, 3]).stringify_all.should eql %w(1 2 3)
  end

end

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
waistband-0.8.5 spec/lib/stringified_array_spec.rb
waistband-0.8.4 spec/lib/stringified_array_spec.rb
waistband-0.8.3 spec/lib/stringified_array_spec.rb
waistband-0.8.2 spec/lib/stringified_array_spec.rb
waistband-0.8.1 spec/lib/stringified_array_spec.rb
waistband-0.8.0 spec/lib/stringified_array_spec.rb
waistband-0.7.4 spec/lib/stringified_array_spec.rb
waistband-0.7.3 spec/lib/stringified_array_spec.rb
waistband-0.7.1 spec/lib/stringified_array_spec.rb
waistband-0.7.0 spec/lib/stringified_array_spec.rb
waistband-0.4.2 spec/lib/stringified_array_spec.rb
waistband-0.4.1 spec/lib/stringified_array_spec.rb
waistband-0.4.0 spec/lib/stringified_array_spec.rb
waistband-0.3.2 spec/lib/stringified_array_spec.rb
waistband-0.3.1 spec/lib/stringified_array_spec.rb
waistband-0.3.0 spec/lib/stringified_array_spec.rb
waistband-0.2.5 spec/lib/stringified_array_spec.rb
waistband-0.2.4 spec/lib/stringified_array_spec.rb
waistband-0.2.3 spec/lib/stringified_array_spec.rb
waistband-0.2.2 spec/lib/stringified_array_spec.rb