diff options
Diffstat (limited to 'activerecord/bin')
-rwxr-xr-x | activerecord/bin/test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activerecord/bin/test b/activerecord/bin/test index ab69f4f603..83c192531e 100755 --- a/activerecord/bin/test +++ b/activerecord/bin/test @@ -1,4 +1,5 @@ #!/usr/bin/env ruby +# frozen_string_literal: true COMPONENT_ROOT = File.expand_path("..", __dir__) require_relative "../../tools/test" |