Sha256: f5f3f01c5ebd689dde981cda26f807a4f58d93f9e1d6dba3c859d5219c3e5b3e

Contents?: true

Size: 225 Bytes

Versions: 4

Compression:

Stored size: 225 Bytes

Contents

require 'test_helper'

class TestHashMethods < ConfigurationsTest
  shares_tests :hash_methods

  def test_from_h_raises_when_not_writeable
    assert_raises ArgumentError do
      @configuration.from_h({})
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
configurations-2.2.2 test/configurations/arbitrary/test_hash_methods.rb
configurations-2.2.1 test/configurations/arbitrary/test_hash_methods.rb
configurations-2.2.0 test/configurations/arbitrary/test_hash_methods.rb
configurations-2.0.0 test/configurations/arbitrary/test_hash_methods.rb