Sha256: e0bf92c510085f2658053a0b940c387f9552af948f52acd7565690fcef5204dd
Contents?: true
Size: 279 Bytes
Versions: 51
Compression:
Stored size: 279 Bytes
Contents
require 'spec_helper' class EmptyExample < Flexirest::BaseWithoutValidation whiny_missing true end describe Flexirest::BaseWithoutValidation do it 'should support hash resolving' do h = {} expect{ h[EmptyExample.new] = 'not important' }.to_not raise_error end end
Version data entries
51 entries across 51 versions & 1 rubygems