Skip to content

Instantly share code, notes, and snippets.

@valo
Created July 8, 2011 10:52
Show Gist options
  • Save valo/1071583 to your computer and use it in GitHub Desktop.
Save valo/1071583 to your computer and use it in GitHub Desktop.
@asp1 = Factory(:asp, :name => "ASP1", :school_name => "School 1", :school_district => "District 1", :region_id => regions(:us_co).id)
@asp2 = Factory(:asp, :name => "ASP2", :school_name => "School 2", :school_district => "District 2", :region_id => regions(:us_co).id)
@asp3 = Factory(:asp, :name => "ASP3", :school_name => "School 3", :school_district => "District 3", :region_id => regions(:us_co).id)
@asp4 = Factory(:asp, :name => "ASP4", :school_name => "School 4", :school_district => "District 3", :region_id => regions(:us_co).id)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment