Skip to content

Instantly share code, notes, and snippets.

@coryschires
Created June 20, 2011 18:09
Show Gist options
  • Select an option

  • Save coryschires/1036169 to your computer and use it in GitHub Desktop.

Select an option

Save coryschires/1036169 to your computer and use it in GitHub Desktop.
stub_role.rb
# in spec helper
class User
def role?(role)
true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment