Skip to content
timelogs.rb 163 B
Newer Older
# Read about factories at https://github.com/thoughtbot/factory_girl

FactoryGirl.define do
  factory :timelog do
    time_spent 3600
    user