Skip to content

Instantly share code, notes, and snippets.

@bangline
Created October 14, 2012 21:45
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save bangline/3889919 to your computer and use it in GitHub Desktop.
Rspec configuration
RSpec.configure do |c|
c.extend(RSpec::Given::ClassExtensions)
c.include(RSpec::Given::InstanceExtensions)
c.include(RSpec::Given::HaveFailed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment