summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/thread/sizedqueue/length_spec.rb
blob: c292883a8e143bf8d419e13a11ef6fceae717034 (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::SizedQueue#length" do
  it_behaves_like :queue_length, :length, -> { SizedQueue.new(10) }
end