script/test in glyptodont-0.1.0 vs script/test in glyptodont-0.2.0

- old
+ new

@@ -8,9 +8,12 @@ cd "$(dirname "$0")/.." [ -z "$DEBUG" ] || set -x +echo "==> Code quality…" +bundle exec rubocop + echo "==> Running tests…" if [ -n "$1" ]; then # pass arguments to test call. This is useful for calling a single test. bundle exec rspec "$1"