We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c99ed commit 52fdb86Copy full SHA for 52fdb86
script/integration
@@ -4,7 +4,7 @@ set -e # prevent any kind of script failures
4
5
source script/env "$@"
6
7
-echo -e "${PURPLE}[#]${OFF} ${BLUE}Running acceptance tests${OFF}"
+echo -e "${PURPLE}[#]${OFF} ${BLUE}Running integration tests${OFF}"
8
bundle exec bin/rspec spec/integration && rspec_exit=$? || rspec_exit=$?
9
echo ""
10
echo "---------------------------------------"
0 commit comments