Re: [rspec-users] no output from rspec -- fixed

2010-11-09 Thread Todd Sedano
Resend from 10/29/2010 due to bounce back. This is in reference to an email sent to the group on On Oct 18, 2010, at 1:24 AM. Short version: The solution was indeed to downgrade to test-unit 1.2.3 gem 'test-unit', '1.2.3' Longer version: I went through my github repository and found a version

Re: [rspec-users] How to specify current directory for specs?

2010-11-09 Thread Zach Dennis
On Tue, Nov 9, 2010 at 1:14 PM, Daniel Lidström wrote: > Hello, > > I'd like to know if it's possible to specify what directory to use as > the current directory when executing the specifications. My specs are > in spec/ and I have some data in spec/data that I want to read from > one of the spec

[rspec-users] How to specify current directory for specs?

2010-11-09 Thread Daniel Lidström
Hello, I'd like to know if it's possible to specify what directory to use as the current directory when executing the specifications. My specs are in spec/ and I have some data in spec/data that I want to read from one of the specs: spec/book_spec.rb require 'book' describe Book do it "should

Re: [rspec-users] How to setup rspec to be included on the PATH

2010-11-09 Thread Robert Stagner
Yes, I meant rspec. My apologies for the typo. I'm running into the same problem with cucumber and inadvertently confused the two. I've gone ahead and added 3 additional values to my PATH environment variable. My PATH variable now looks like /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s

Re: [rspec-users] "rspec can not be found in vendor/gems, vendor/plugins or system gems" error

2010-11-09 Thread David Chelimsky
On Nov 9, 2010, at 6:38 AM, Dean Richardson wrote: > David Chelimsky wrote in post #960173: >> On Nov 8, 2010, at 12:40 PM, Dean Richardson wrote: >> >>> rspec-rails (1.3.2) >>> >>> I started by installing rspec-rails 1.3.2, then cucumber-rails 0.3.2, >>> then database_cleaner and webrat. I then

Re: [rspec-users] "rspec can not be found in vendor/gems, vendor/plugins or system gems" error

2010-11-09 Thread Dean Richardson
David Chelimsky wrote in post #960173: > On Nov 8, 2010, at 12:40 PM, Dean Richardson wrote: > >> rspec-rails (1.3.2) >> >> I started by installing rspec-rails 1.3.2, then cucumber-rails 0.3.2, >> then database_cleaner and webrat. I then tried to run rake spec and got >> the "rspec can not be found