summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-05-10 21:30:09 -0600
committermo khan <mo.khan@gmail.com>2020-05-10 21:30:09 -0600
commit3a93dc8267311c397e4397819e0ce20faeb35934 (patch)
treee2e10d23a006779253aed827b81fdafd7b38d489 /bin
parentd191ffac36e1a4e816dc70b16333d7c7d6ae6973 (diff)
Remove deprecation warnings
Diffstat (limited to 'bin')
-rwxr-xr-xbin/test2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/test b/bin/test
index b94afd3..152a39d 100755
--- a/bin/test
+++ b/bin/test
@@ -4,4 +4,6 @@ set -e
cd "$(dirname "$0")/.."
+export RUBYOPT='-W:no-deprecated'
+
bundle exec rspec "$@"