023d4f6f2f
Signed-off-by: Rémy Coutable <remy@rymai.me>
5 lines
177 B
Ruby
5 lines
177 B
Ruby
RSpec.configure do |config|
|
|
config.include_context 'JSON response'
|
|
config.include_context 'JSON response', type: :request
|
|
config.include_context 'JSON response', :api
|
|
end
|