Skip to content

Commit

Permalink
Fix @requires-platform-windows hook
Browse files Browse the repository at this point in the history
Aruba no longer depends on FFI. The Cucumber hooks now use Cucumber's
platform detection.
  • Loading branch information
mvz committed Nov 15, 2024
1 parent 1460be7 commit 3a8d59a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/step_definitions/hooks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
end

Before '@requires-platform-windows' do
next if FFI::Platform.windows?
next if Cucumber::WINDOWS

skip_this_scenario
end
Expand Down

0 comments on commit 3a8d59a

Please sign in to comment.