projects.rb 204 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 # Read about factories at https://github.com/thoughtbot/factory_girl FactoryGirl.define do factory :project do id 1 name "QT Calculator" description "A simple calculator for us." end end