Sha256: 91bf6514b6fff0a9a429ef4878afd34dee1d47050c2741b26018d58e7054d18f

Contents?: true

Size: 293 Bytes

Versions: 1

Compression:

Stored size: 293 Bytes

Contents

describe Stevenson::Input::Password do
  describe '#initialize' do
    let(:text_input) { Stevenson::Input::Password.new({}) }

    it 'creates a new password input' do
      expect(text_input).to be_an_instance_of Stevenson::Input::Password
    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/password_spec.rb