Skip to content

Instantly share code, notes, and snippets.

@aaronjensen
Created January 24, 2011 18:30
Show Gist options
  • Save aaronjensen/793671 to your computer and use it in GitHub Desktop.
Save aaronjensen/793671 to your computer and use it in GitHub Desktop.
require 'spec_helper'
#Note that while this spec is quite sexy, it shouldn't be taken too far
#this syntax hides deeper meaning that may very well be important.
#I'm using this for a quick spike and I think it's acceptable in certain
#scenarios, but use with caution! Don't get distracted by the shiny...
describe User do
its(:user_profile) { should be }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment