Skip to content

Instantly share code, notes, and snippets.

@mpeychich
Forked from rgraff/gist:193060
Created September 24, 2009 21:22
Show Gist options
  • Save mpeychich/193063 to your computer and use it in GitHub Desktop.
Save mpeychich/193063 to your computer and use it in GitHub Desktop.
def should_assign_to(*names)
names.each do |name|
it "should assign @#{name}" do
assigns(name.to_sym).should_not be_nil
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment