Sha256: 32e4ed27a7c750964de19dc1209c35fd6c8665cc8da9f85aeccfa526379e41bb

Contents?: true

Size: 148 Bytes

Versions: 4

Compression:

Stored size: 148 Bytes

Contents

module Fixtures
  def fixture_key(name)
    path = File.join(File.dirname(__FILE__), "../fixtures/keys/#{name}.pub")

    File.read(path)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
authorized_keys-1.1.1 spec/support/fixtures.rb
authorized_keys-1.1.0 spec/support/fixtures.rb
authorized_keys-1.0.1 spec/support/fixtures.rb
authorized_keys-1.0.0 spec/support/fixtures.rb