Skip to content

Commit

Permalink
feat: ignore pending tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmishra committed Jan 19, 2025
1 parent b6dab5c commit 30d393f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
# triggering implicit auto-inclusion in groups with matching metadata.
config.shared_context_metadata_behavior = :apply_to_host_groups

# filter pending tests out
config.filter_run_excluding pending: true

# The settings below are suggested to provide a good initial experience
# with RSpec, but feel free to customize to your heart's content.
=begin
Expand Down

0 comments on commit 30d393f

Please sign in to comment.