# File test/test_queue.rb, line 14
    def test_push_pop
      @queue.push(PseudoIO.new)
      assert_instance_of(PseudoIO, @queue.pop)
    end