Add a placeholder test for #7

This commit is contained in:
R. Tyler Croy 2017-12-21 06:53:39 -08:00
parent 7d77024b85
commit a23bed3830
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 9 additions and 0 deletions

9
proxy/test/rewrite.bats Normal file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bats
PROXY_URL=http://127.0.0.1:8081/
# https://github.com/CodeValet/master/issues/7
@test "ocean should rewrite to blue/organizations/jenkins" {
skip "Cannot implement this test without a Jenkins"
}