Skip to content

Commit

Permalink
🎨 segment out settings
Browse files Browse the repository at this point in the history
  • Loading branch information
wspurgin committed Jul 23, 2023
1 parent d9167ce commit be21d8a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/rspec/sidekiq/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ class Configuration
:warn_when_jobs_not_processed_by_sidekiq

def initialize
@clear_all_enqueued_jobs = true
# Display settings defaults
@enable_terminal_colours = true

# Functional settings defaults
@clear_all_enqueued_jobs = true
@warn_when_jobs_not_processed_by_sidekiq = true
end

Expand Down

0 comments on commit be21d8a

Please sign in to comment.