Skip to content

Instantly share code, notes, and snippets.

@millisami
Created September 24, 2010 07:51
Show Gist options
  • Save millisami/595017 to your computer and use it in GitHub Desktop.
Save millisami/595017 to your computer and use it in GitHub Desktop.
Rspec.configure do |config|
# Remove this line if you don't want Rspec's should and should_not
# methods or matchers
require 'rspec/expectations'
config.include Rspec::Matchers
# == Mock Framework
config.mock_with :rspec
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment