Skip to content

Instantly share code, notes, and snippets.

@tammersaleh
Created June 22, 2010 23:59
Show Gist options
  • Save tammersaleh/449284 to your computer and use it in GitHub Desktop.
Save tammersaleh/449284 to your computer and use it in GitHub Desktop.
$ cat spec/support/shoulda.rb
require 'shoulda'
Rspec.configure do |config|
config.include Shoulda::ActiveRecord::Matchers
config.include Shoulda::ActionController::Matchers
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment