Sha256: 23e7c2d8520371ceaeafba9e742cfd336c6bc4ec02997f85fc648a15d686dd67
Contents?: true
Size: 228 Bytes
Versions: 3
Compression:
Stored size: 228 Bytes
Contents
# frozen_string_literal: true require "test_helper" class SymbolizeKeysTest < Minitest::Test test "converts keys to symbols" do expected = {a: 1} assert_equal expected, Aitch::Utils.symbolize_keys("a" => 1) end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aitch-1.0.2 | test/aitch/utils/symbolize_keys_test.rb |
aitch-1.0.1 | test/aitch/utils/symbolize_keys_test.rb |
aitch-1.0.0 | test/aitch/utils/symbolize_keys_test.rb |