summaryrefslogtreecommitdiff
path: root/spec/ruby/library/thread/queue/length_spec.rb
blob: f33e51a9716d872701c08cc6e3f656f6fca99731 (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../../spec_helper', __FILE__)
require 'thread'
require File.expand_path('../../shared/queue/length', __FILE__)

describe "Thread::Queue#length" do
  it_behaves_like :queue_length, :length, -> { Queue.new }
end