File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ gem 'cucumber', '~> 10.0'
1010gem 'rake' , '~> 13.0'
1111gem 'rspec' , '~> 3.0'
1212gem 'rspec-benchmark' , '~> 0.6.0'
13- gem 'rubocop' , '~> 1.81 .1'
13+ gem 'rubocop' , '~> 1.82 .1'
1414gem 'rubocop-performance' , '~> 1.26.0'
15- gem 'rubocop-rspec' , '~> 3.8 .0'
15+ gem 'rubocop-rspec' , '~> 3.9 .0'
1616gem 'simplecov' , '~> 0.22.0'
1717gem 'yard' , '~> 0.9.5'
1818
Original file line number Diff line number Diff line change 44require_lib 'reek/cli/silencer'
55
66RSpec . describe Reek ::CLI ::Silencer do
7+ # rubocop:disable RSpec/Output
78 describe '.silently' do
89 it 'blocks output from the block on $stdout' do
910 expect { described_class . silently { puts 'Hi!' } } . not_to output . to_stdout
2728 end . to output ( "there!\n " ) . to_stderr
2829 end
2930 end
31+ # rubocop:enable RSpec/Output
3032end
You can’t perform that action at this time.
0 commit comments