Skip to content

Commit 82ae384

Browse files
committed
test suite should check compatibility with frozen string literals
related to #118
1 parent 8747065 commit 82ae384

File tree

1 file changed

+1
-0
lines changed
  • concourse/tasks/rake-test

1 file changed

+1
-0
lines changed

concourse/tasks/rake-test/run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set -e -x -u
44

55
pushd loofah
66

7+
export RUBYOPT="--enable-frozen-string-literal --debug=frozen-string-literal"
78
bundle install
89
bundle exec rake test
910

0 commit comments

Comments
 (0)