Sha256: 1d6544d5157f714e3b342919632b5272c6abf3b9ca5bc123e028f4efc81a8db0
Contents?: true
Size: 364 Bytes
Versions: 4
Compression:
Stored size: 364 Bytes
Contents
require 'test_helper' class TestHashMethodsOnStrictWithBlocks < ConfigurationsTest shares_tests :hash_methods, :strict_hash_methods setup_with :strict_with_blocks do |c| c.p1 = 'CONFIGURED P1' c.p2 = -2 c.p3.p4 = 'CONFIGURED P3P4' c.p3.p5.p6 = %w(P6 P5 P3) c.p3.p5.p7 = { config: 'hash' } c.class = :class c.puts = Class end end
Version data entries
4 entries across 4 versions & 1 rubygems