Initial commit
This commit is contained in:
7
spec/support/request_helper.rb
Normal file
7
spec/support/request_helper.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
module Requests
|
||||
module JsonHelpers
|
||||
def json
|
||||
JSON.parse(response.body)
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user