Skip to content

Instantly share code, notes, and snippets.

@hchood
Created March 15, 2016 12:16
Show Gist options
  • Save hchood/b59e5079fe4074bfd7f6 to your computer and use it in GitHub Desktop.
Save hchood/b59e5079fe4074bfd7f6 to your computer and use it in GitHub Desktop.
RSpec.configure do |config|
# ...
config.include Helpers::Requests, type: :request
config.include JsonSpec::Helpers
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment