Skip to content

Commit e05d498

Browse files
committed
skip deprecated status test
1 parent ab36f96 commit e05d498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/concurrent/executor/fixed_thread_pool_shared.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@
148148
context '#status' do
149149

150150
it 'returns an array' do
151+
skip 'not added' unless subject.respond_to? :status
151152
allow(subject).to receive(:warn)
152153
expect(subject.status).to be_kind_of(Array)
153154
end

0 commit comments

Comments
 (0)