Sha256: cd9bb755af97f95c64a84558805b81cca4410493b26cdb696ea947f8d20b9b5e

Contents?: true

Size: 377 Bytes

Versions: 24

Compression:

Stored size: 377 Bytes

Contents

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

FactoryGirl.define do
  factory :dashboard, class: Rearview::Dashboard do
    user
    created_at                    Time.now.utc
    updated_at                    Time.now.utc
    sequence(:name)               { |n| "application#{n}" }
    sequence(:description)        { |n| "description#{n}" }
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
rearview-1.2.3-jruby spec/factories/dashboards.rb
rearview-1.2.2.rc.2-jruby spec/factories/dashboards.rb
rearview-1.2.2.rc.1-jruby spec/factories/dashboards.rb
rearview-1.2.1-jruby spec/factories/dashboards.rb
rearview-1.2.0-jruby spec/factories/dashboards.rb
rearview-1.1.2-jruby spec/factories/dashboards.rb
rearview-1.1.1-jruby spec/factories/dashboards.rb
rearview-1.1.0-jruby spec/factories/dashboards.rb
rearview-1.0.3.rc.4-jruby spec/factories/dashboards.rb
rearview-1.0.3.rc.3-jruby spec/factories/dashboards.rb
rearview-1.0.3.rc.2-jruby spec/factories/dashboards.rb
rearview-1.0.3.rc.1-jruby spec/factories/dashboards.rb
rearview-1.0.2-jruby spec/factories/dashboards.rb
rearview-1.0.2.rc.4-jruby spec/factories/dashboards.rb
rearview-1.0.2.rc.3-jruby spec/factories/dashboards.rb
rearview-1.0.2.rc.2-jruby spec/factories/dashboards.rb
rearview-1.0.2.rc.1-jruby spec/factories/dashboards.rb
rearview-1.0.1-jruby spec/factories/dashboards.rb
rearview-1.0.0-jruby spec/factories/dashboards.rb
rearview-1.0.0.rc5-jruby spec/factories/dashboards.rb