test/run.bats in vagrant-gsauth-1.0.0 vs test/run.bats in vagrant-gsauth-1.0.1

- old
+ new

@@ -31,5 +31,9 @@ @test "garbage shorthand url" { run bundle exec vagrant box add --name "$VAGRANT_GSAUTH_BUCKET/$VAGRANT_GSAUTH_BOX_BASE" gs://wubbalubbadubdub [[ "$status" -eq 1 ]] [[ "$output" == *"Malformed shorthand GS box URL"* ]] } + +@test "standard boxes still work" { + bundle exec vagrant box add unbuntu/trusty64 +}