Skip to content

Instantly share code, notes, and snippets.

@cachafla
Created April 7, 2009 20:55
Show Gist options
  • Save cachafla/91450 to your computer and use it in GitHub Desktop.
Save cachafla/91450 to your computer and use it in GitHub Desktop.
irb(main):001:0> require 'dm-sweatshop'
=> true
irb(main):002:0> require 'spec/spec_fixtures'
=> true
irb(main):003:0> Company.make
=> #<Company id=nil name="Acme" email_address=nil alternate_email_address=nil street_1="767 Bridgeway" street_2=nil city="Sausalito" state="CA" postal_code="94965" country="USA" phone_number="555-658-0819" created_at=nil updated_at=nil>
irb(main):004:0> User.make
=> #<User activated_at=nil activation_code=nil id=nil login="ian" company_id=nil first_name="Ian" last_name="Curtis" email_address="[email protected]" alternate_email_address=nil street_1="767 Bridgeway" street_2=nil city="Sausalito" state="CA" postal_code="94965" country="USA" type=nil phone_number="555-658-0819" created_at=nil updated_at=nil role_id=nil crypted_password=nil salt=nil>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment