Skip to content

Commit

Permalink
Drop minitest-sound in favor of minitest-flash
Browse files Browse the repository at this point in the history
  • Loading branch information
svoop committed Sep 6, 2023
1 parent 368b0f7 commit f704e85
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dry-credentials.gemspec
Expand Up @@ -48,7 +48,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'debug'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'minitest'
spec.add_development_dependency 'minitest-sound'
spec.add_development_dependency 'minitest-flash'
spec.add_development_dependency 'minitest-focus'
spec.add_development_dependency 'guard'
spec.add_development_dependency 'guard-minitest'
Expand Down
Binary file removed spec/sounds/failure.mp3
Binary file not shown.
Binary file removed spec/sounds/success.mp3
Binary file not shown.
5 changes: 1 addition & 4 deletions spec/spec_helper.rb
Expand Up @@ -6,10 +6,7 @@
require 'minitest/autorun'
require Pathname(__dir__).join('..', 'lib', 'dry-credentials')

require 'minitest/sound'
Minitest::Sound.success = Pathname(__dir__).join('sounds', 'success.mp3').to_s
Minitest::Sound.failure = Pathname(__dir__).join('sounds', 'failure.mp3').to_s

require 'minitest/flash'
require 'minitest/focus'

class Minitest::Spec
Expand Down

0 comments on commit f704e85

Please sign in to comment.