Sha256: b1df426f3d7f4318224547406f59a19bb4e5548f548e28cf1a4c68c2cbc80d5b
Contents?: true
Size: 281 Bytes
Versions: 1
Compression:
Stored size: 281 Bytes
Contents
describe Stevenson::Input::Email do describe '#initialize' do let(:text_input) { Stevenson::Input::Email.new({}) } it 'creates a new email input' do expect(text_input).to be_an_instance_of Stevenson::Input::Email end end describe '#collect!' do end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
stevenson-1.0.1 | spec/input/email_spec.rb |