2019-07-25 01:27:42 -04:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2017-03-08 18:41:02 -05:00
|
|
|
RSpec.configure do |config|
|
2019-07-16 04:03:49 -04:00
|
|
|
config.include_context 'JSON response', type: :controller
|
2017-03-08 18:41:02 -05:00
|
|
|
config.include_context 'JSON response', type: :request
|
|
|
|
config.include_context 'JSON response', :api
|
|
|
|
end
|