From 3835aca004b948ce922df0cb244b3f28c07f19a1 Mon Sep 17 00:00:00 2001
From: Casey Faist <caseylfaist@gmail.com>
Date: Tue, 21 Aug 2018 15:51:11 -0400
Subject: [PATCH] use bundle syntax to rspec

---
 .travis.yml  | 8 ++++----
 hatchet.json | 1 -
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5dae543e..9bdc47a5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,20 +19,20 @@ jobs:
     - wget -c https://goo.gl/ZzKHFv -O - | tar -xvJ -C /tmp/
     - PATH="/tmp/shellcheck-latest:$PATH"
     script: make check
-  - stage: Stack Tests
+  - stage: Stack Unit Tests
     services: docker
     env: STACK=heroku-18
     script: "./tests.sh"
-  - stage: Stack Tests
+  - stage: Stack Unit Tests
     services: docker
     env: STACK=heroku-16
     script: "./tests.sh"
-  - stage: Stack Tests
+  - stage: Stack Unit Tests
     services: docker
     env: STACK=cedar-14
     script: "./tests.sh"
   - stage: Hatchet Integration
-    script: "rspec"
+    script: "bundle exec rspec"
 env:
   global:
   - HATCHET_RETRIES=3
diff --git a/hatchet.json b/hatchet.json
index cbe7dd44..20ed7dab 100644
--- a/hatchet.json
+++ b/hatchet.json
@@ -1,6 +1,5 @@
 {
   "python": [
     "heroku/python-getting-started"
-    // "pyhatchery/x" <- namespace of python test org
   ]
 }
-- 
GitLab