1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces, append newline at EOF.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2017-05-07 12:05:36 +00:00
parent 95e8c48dd3
commit 6bc742bc6d
30 changed files with 37 additions and 31 deletions

View file

@ -21,7 +21,7 @@ describe "Thread::SizedQueue#max=" do
@sized_queue.max = 10
@sized_queue.max.should == 10
end
it "does not remove items already in the queue beyond the maximum" do
@sized_queue.enq 1
@sized_queue.enq 2