Sha256: b797a01299fd43d00371cda42b7b1f7a94c8605aef64d41e48ce236278863416

Contents?: true

Size: 264 Bytes

Versions: 1

Compression:

Stored size: 264 Bytes

Contents

require_relative 'spec_helper'

module LetsCert

  describe IOPlugin do

    it '.empty_data always returns the same hash' do
      hsh = IOPlugin.empty_data

      expect(hsh.keys.size).to eq(4)
      expect(hsh.keys).to include(:account_key)
    end

  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
letscert-0.2.3 spec/io_plugin_spec.rb~