Skip to content

Commit

Permalink
Add a placeholder test for CodeValet#7
Browse files Browse the repository at this point in the history
  • Loading branch information
R. Tyler Croy committed Dec 21, 2017
1 parent 7d77024 commit a23bed3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions proxy/test/rewrite.bats
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit a23bed3

Please sign in to comment.