Sha256: 8a45432532498c6f7c9a6082520cfab8e99a872c565ddb4cda9183f6ca294b38

Contents?: true

Size: 204 Bytes

Versions: 5

Compression:

Stored size: 204 Bytes

Contents

# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :mechanize_store_payment_type, :class => MechanizeStore::PaymentType do
    name "MyString"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mechanize_store-0.0.8 spec/factories/mechanize_store_payment_types.rb
mechanize_store-0.0.7 spec/factories/mechanize_store_payment_types.rb
mechanize_store-0.0.6 spec/factories/mechanize_store_payment_types.rb
mechanize_store-0.0.5 spec/factories/mechanize_store_payment_types.rb
mechanize_store-0.0.4 spec/factories/mechanize_store_payment_types.rb