Sha256: 46ed8632f6aa0204129727f52b3991bdd8785006cac6f877428e58678b125928
Contents?: true
Size: 259 Bytes
Versions: 9
Compression:
Stored size: 259 Bytes
Contents
require 'spec_helper' describe Formulaic::Form do it 'throws an error if it does not know how to fill an attribute type' do expect { Formulaic::Form.new(nil, nil, { invalid: nil }) }.to raise_error(Formulaic::Form::InvalidAttributeTypeError) end end
Version data entries
9 entries across 9 versions & 1 rubygems