From mboxrd@z Thu Jan 1 00:00:00 1970 Delivered-To: chneukirchen@gmail.com Received: by 10.229.192.141 with SMTP id dq13csp39405qcb; Mon, 5 Mar 2012 07:44:12 -0800 (PST) Return-Path: Received-SPF: pass (google.com: domain of rack-devel+bncCJ30ldLTAxDHvtP6BBoE-1nfFw@googlegroups.com designates 10.50.77.135 as permitted sender) client-ip=10.50.77.135; Authentication-Results: mr.google.com; spf=pass (google.com: domain of rack-devel+bncCJ30ldLTAxDHvtP6BBoE-1nfFw@googlegroups.com designates 10.50.77.135 as permitted sender) smtp.mail=rack-devel+bncCJ30ldLTAxDHvtP6BBoE-1nfFw@googlegroups.com; dkim=pass header.i=rack-devel+bncCJ30ldLTAxDHvtP6BBoE-1nfFw@googlegroups.com Received: from mr.google.com ([10.50.77.135]) by 10.50.77.135 with SMTP id s7mr8963988igw.6.1330962251822 (num_hops = 1); Mon, 05 Mar 2012 07:44:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlegroups.com; s=beta; h=x-beenthere:date:from:to:message-id:subject:mime-version :x-original-sender:reply-to:precedence:mailing-list:list-id :x-google-group-id:list-post:list-help:list-archive:sender :list-subscribe:list-unsubscribe:content-type; bh=skbp9OT1TTmn0BYZLu/QU5+bA/puUeNQ5TkU02xZWhc=; b=lkDbpRE6HZCoGmS8iTAcYUzW2aUrSFpQAW7aGWdx50lZNRbSa3AhQykjmpF/ZT0z3e ki1ofrIstNIN+dTBvVbR7Z6edtoR7fivvp7F7fYVB6g3BcmonMiXkk+o4/kEYfYEoHkz 1TuEsev/KNbqkCGUwRoIV5wvF1wrjW2z9MxZ0= Received: by 10.50.77.135 with SMTP id s7mr2510669igw.6.1330962247543; Mon, 05 Mar 2012 07:44:07 -0800 (PST) X-BeenThere: rack-devel@googlegroups.com Received: by 10.231.76.27 with SMTP id a27ls8573715ibk.4.gmail; Mon, 05 Mar 2012 07:44:05 -0800 (PST) Received: by 10.43.53.73 with SMTP id vp9mr9798423icb.0.1330962245735; Mon, 05 Mar 2012 07:44:05 -0800 (PST) Received: by 10.50.134.6 with SMTP id pg6msigb; Sat, 3 Mar 2012 15:30:10 -0800 (PST) Received: by 10.68.217.129 with SMTP id oy1mr3395928pbc.8.1330817410383; Sat, 03 Mar 2012 15:30:10 -0800 (PST) Date: Sat, 3 Mar 2012 15:30:09 -0800 (PST) From: brycemcd To: rack-devel@googlegroups.com Message-ID: <1254713.1856.1330817409395.JavaMail.geo-discussion-forums@pbcpw9> Subject: Getting started submitting a patch MIME-Version: 1.0 X-Original-Sender: brycebrycebaby@gmail.com Reply-To: rack-devel@googlegroups.com Precedence: list Mailing-list: list rack-devel@googlegroups.com; contact rack-devel+owners@googlegroups.com List-ID: X-Google-Group-Id: 486215384060 List-Post: , List-Help: , List-Archive: Sender: rack-devel@googlegroups.com List-Subscribe: , List-Unsubscribe: , Content-Type: multipart/alternative; boundary="----=_Part_1855_33520566.1330817409394" ------=_Part_1855_33520566.1330817409394 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I'm trying to get going with submitting a pull request but can't get the tests to run. My environment: ruby 1.9.3 rubygems 1.8.15 gems: bacon (1.1.0) bundler (1.0.22) test-spec (0.10.0) test-unit (2.4.7) ZenTest (4.6.2) Before I jump in too far, I want to make sure the test suite runs correctly. I run `rake test` , `rake spec`, `rake fulltest` and `specrb -Ilib:test -a -w` and all fail with the following output: /usr/local/rvm/gems/ruby-1.9.3-p0@rack-contrib/gems/test-spec-0.10.0/lib/test/spec.rb:12:in `': uninitialized constant Test::Unit::AutoRunner::RUNNERS (NameError) from /usr/local/rvm/gems/ruby-1.9.3-p0@rack-contrib/gems/test-spec-0.10.0/lib/test/spec.rb:11:in `' from /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from /usr/local/rvm/gems/ruby-1.9.3-p0@rack-contrib/gems/test-spec-0.10.0/bin/specrb:101:in `' from /usr/local/rvm/gems/ruby-1.9.3-p0@rack-contrib/bin/specrb:19:in `load' from /usr/local/rvm/gems/ruby-1.9.3-p0@rack-contrib/bin/specrb:19:in `
' Any help to get started would be appreciated. I'll be happy to submit another patch to the README with whatever feedback I get. ------=_Part_1855_33520566.1330817409394 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: quoted-printable I'm trying to get going with submitting a pull request but can't get the te= sts to run.

My environment:
ruby 1.9.3
rubygems 1.8.15

gems:
bacon (1.1= .0)
bundler (1.0.22)
test-spec (0.10.0)
test-= unit (2.4.7)
ZenTest (4.6.2)

Befor= e I jump in too far, I want to make sure the test suite runs correctly. I r= un `rake test` , `rake spec`, `rake fulltest` and `specrb -Ilib:test -a -w`= and all fail with the following output:

/usr= /local/rvm/gems/ruby-1.9.3-p0@rack-contrib/gems/test-spec-0.10.0/lib/test/s= pec.rb:12:in `<class:AutoRunner>': uninitialized constant Test::Unit:= :AutoRunner::RUNNERS (NameError)
=09from /usr/local/rvm/gems/ruby-1.9.3-p0@r= ack-contrib/gems/test-spec-0.10.0/lib/test/spec.rb:11:in `<top (required= )>'
= =09from /usr/local/rvm/rubies/ruby-1.9.3-p0/lib/ruby/site_ruby/1.9.1= /rubygems/custom_require.rb:36:in `require'
=09from /usr/local/rvm/rubies/ru= by-1.9.3-p0/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `requ= ire'
=09= from /usr/local/rvm/gems/ruby-1.9.3-p0@rack-contrib/gems/test-spec-0= .10.0/bin/specrb:101:in `<top (required)>'
=09from /usr/local/rvm/gems= /ruby-1.9.3-p0@rack-contrib/bin/specrb:19:in `load'
=09from /usr/local/rvm= /gems/ruby-1.9.3-p0@rack-contrib/bin/specrb:19:in `<main>'

Any help to get started would be appreciated. I'll be = happy to submit another patch to the README with whatever feedback I get. ------=_Part_1855_33520566.1330817409394--