提交 d6a9a445 编写于 作者: M Mislav Marohnić

Clean up trailing whitespace

上级 1805fbdb
......@@ -149,7 +149,7 @@ Feature: hub create
Scenario: GitHub repo already exists and is not private
Given the GitHub API server:
"""
get('/repos/mislav/dotfiles') {
get('/repos/mislav/dotfiles') {
json :full_name => 'mislav/dotfiles',
:private => false
}
......@@ -162,7 +162,7 @@ Feature: hub create
Scenario: GitHub repo already exists and is private
Given the GitHub API server:
"""
get('/repos/mislav/dotfiles') {
get('/repos/mislav/dotfiles') {
json :full_name => 'mislav/dotfiles',
:private => true
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册