Sha256: 88ca691fc122317b224572b01786e950b2d3a4516f79765c756fac34c057bea2

Contents?: true

Size: 208 Bytes

Versions: 1

Compression:

Stored size: 208 Bytes

Contents

# frozen_string_literal: true

FactoryBot.define do
  factory :basic_auth_session do
    initialize_with { new(username: 'some_username', password: 'some_password', fizzy_url: 'http://fizzy.dev') }
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fizzy-api-0.1.5 spec/factories/basic_auth_session.rb