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
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
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
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
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
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