Skip to content

Instantly share code, notes, and snippets.

@andrewhavens
Created February 17, 2012 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewhavens/1855469 to your computer and use it in GitHub Desktop.
Save andrewhavens/1855469 to your computer and use it in GitHub Desktop.
example rspec helper
require 'simplecov'
SimpleCov.start
require 'my_gem'
require 'rspec/mocks'
RSpec.configure do |config|
config.mock_framework = :rspec
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment