Sha256: 4423c5cb1633201eabc7ba7346669ecc6948387c6c3ca518316701abd7ccd4b9

Contents?: true

Size: 254 Bytes

Versions: 4

Compression:

Stored size: 254 Bytes

Contents

# frozen_string_literal: true

require 'spec_helper'

describe Darthjee::CoreExt::Hash::KeysSorter do
  it_behaves_like 'a class with a keys sort method' do
    subject { described_class.new(hash, **options) }
    let(:result) { subject.sort }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
darthjee-core_ext-1.7.3 spec/lib/darthjee/core_ext/hash/keys_sorter_spec.rb
darthjee-core_ext-1.7.2 spec/lib/darthjee/core_ext/hash/keys_sorter_spec.rb
darthjee-core_ext-1.7.1 spec/lib/darthjee/core_ext/hash/keys_sorter_spec.rb
darthjee-core_ext-1.7.0 spec/lib/darthjee/core_ext/hash/keys_sorter_spec.rb