[gist] Assert gist payload in tests

This commit is contained in:
Mislav Marohnić 2019-10-18 13:10:21 +02:00
Родитель 5dd4ac94b4
Коммит 5f5edb65ef
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -97,6 +97,8 @@ Feature: hub gist
Given the GitHub API server:
"""
post('/gists') {
halt 400 unless params[:files]["testfile.txt"]["content"]
halt 400 unless params[:files]["testfile2.txt"]["content"]
status 201
json({
:html_url => 'http://gists.github.com/somehash',