From bf25475d2434452097abb14ab6f2df2c8a4ea856 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sat, 22 Feb 2014 09:17:41 -0700 Subject: start to write quick visual acceptance test as a shell script. --- bin/acceptance.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 bin/acceptance.sh (limited to 'bin') diff --git a/bin/acceptance.sh b/bin/acceptance.sh new file mode 100755 index 0000000..dc2944b --- /dev/null +++ b/bin/acceptance.sh @@ -0,0 +1,14 @@ +#!/bin/bash +set -e + +TARGET_HOST=http://infinite-atoll-2481.herokuapp.com + +clear + +echo connecting to $TARGET_HOST +curl $TARGET_HOST +echo + +echo connecting to $TARGET_HOST/v1/licenses +curl $TARGET_HOST/v1/licenses +echo -- cgit v1.2.3