Skip to content

Instantly share code, notes, and snippets.

@dbussink
Created November 1, 2008 20:47
Show Gist options
  • Save dbussink/21571 to your computer and use it in GitHub Desktop.
Save dbussink/21571 to your computer and use it in GitHub Desktop.
@first_comment = @user.comments.create(:body => "DM is great!")
@second_comment = @child_model.create(:user => @user, :body => "is it really?")
@first_comment.body = "It still has rough edges"
@second_comment.body = "But these cool specs help fixing that"
@second_comment.user = @model.create(:name => 'dkubb')
@return = @user.save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment