Skip to content

Instantly share code, notes, and snippets.

@inossidabile
Created November 24, 2012 20:45
Show Gist options
  • Save inossidabile/4141347 to your computer and use it in GitHub Desktop.
Save inossidabile/4141347 to your computer and use it in GitHub Desktop.
RSpec.configure do |config|
config.routes_coverage.exclude_namespaces = %w(back)
config.routes_coverage.exclude_routes = [
/^\/$/,
/^POST \/sessions/
]
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment