Skip to content

Commit

Permalink
test suite should check compatibility with frozen string literals
Browse files Browse the repository at this point in the history
related to #118
  • Loading branch information
flavorjones committed Nov 25, 2019
1 parent 8747065 commit 82ae384
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions concourse/tasks/rake-test/run.sh
Expand Up @@ -4,6 +4,7 @@ set -e -x -u

pushd loofah

export RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
bundle install
bundle exec rake test

Expand Down

0 comments on commit 82ae384

Please sign in to comment.