Sha256: b5b368ab35324520d67932585935b7f3d60aad14ca7db699e491dd6ffe623508

Contents?: true

Size: 271 Bytes

Versions: 124

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

RSpec.describe :upcase_first do
  link :upcase_first, from: :ree_string

  it {
    expect(upcase_first('what a Lovely Day')).to eq("What a Lovely Day")
    expect(upcase_first('w')).to eq("W")
    expect(upcase_first('')).to eq("")
  }
end

Version data entries

124 entries across 124 versions & 1 rubygems

Version Path
ree_lib-1.0.3 lib/ree_lib/packages/ree_string/spec/ree_string/functions/upcase_first_spec.rb
ree_lib-1.0.2 lib/ree_lib/packages/ree_string/spec/ree_string/functions/upcase_first_spec.rb
ree_lib-1.0.1 lib/ree_lib/packages/ree_string/spec/ree_string/functions/upcase_first_spec.rb
ree_lib-1.0.0 lib/ree_lib/packages/ree_string/spec/ree_string/functions/upcase_first_spec.rb