diff --git a/features/step_definitions/hooks.rb b/features/step_definitions/hooks.rb index 026af59b..a114982b 100644 --- a/features/step_definitions/hooks.rb +++ b/features/step_definitions/hooks.rb @@ -57,7 +57,7 @@ end Before '@requires-platform-windows' do - next if FFI::Platform.windows? + next if Cucumber::WINDOWS skip_this_scenario end