Sha256: 335e8e9f12e8f6c495d3bf9b8797fa94bc05c1333c7c62d6dd37622af4b026d7

Contents?: true

Size: 188 Bytes

Versions: 3

Compression:

Stored size: 188 Bytes

Contents

require 'faker'

FactoryGirl.define do
  factory :bookkeeper_account, :class => 'Bookkeeper::Account' do
    balance Random.rand(-200..200)
    title { Faker::Lorem.sentence }
  end
end


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bookkeeper-0.0.7 spec/factories/bookkeeper_accounts.rb
bookkeeper-0.0.6 spec/factories/bookkeeper_accounts.rb
bookkeeper-0.0.5 spec/factories/bookkeeper_accounts.rb