Skip to content

Instantly share code, notes, and snippets.

@beakr
Created May 3, 2012 16:17
Show Gist options
  • Save beakr/2586923 to your computer and use it in GitHub Desktop.
Save beakr/2586923 to your computer and use it in GitHub Desktop.
RSpec helpers
RSpec::configure do
def some_helper
puts "Do something that helps RSpec here."
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment