#!/bin/bash

source ./testfunctions.sh
source ./common.sh

create_server_app_recipe

run_test '$ABRA app cmd foo.com test --local'

run_test '$ABRA app cmd foo.com test --local -- foo'

run_test '$ABRA app cmd foo.com test --local -- foo bar baz'

clean_server_app_recipe