Skip to content

Instantly share code, notes, and snippets.

@abuiles
Created July 23, 2010 22:10
Show Gist options
  • Save abuiles/488115 to your computer and use it in GitHub Desktop.
Save abuiles/488115 to your computer and use it in GitHub Desktop.
assignment = Factory(:turk_assignment, :AssignmentStatus => 'Approved')
task_group = Factory(:task_group)
assignment.task.identifier = task_group.name
assignment.task.account = task_group.account
assignment.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment