diff options
-rw-r--r-- | spec/bundler/support/hax.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/support/hax.rb b/spec/bundler/support/hax.rb index ff45bacaed..da67e8c5d1 100644 --- a/spec/bundler/support/hax.rb +++ b/spec/bundler/support/hax.rb @@ -15,7 +15,7 @@ module Gem end if ENV["BUNDLER_SPEC_WINDOWS"] - @@win_platform = true # rubocop:disable Sryle/ClassVars + @@win_platform = true # rubocop:disable Style/ClassVars end if ENV["BUNDLER_SPEC_PLATFORM"] |