Re: [rspec-users] no output from rspec

2011-04-05 Thread Peter Boling
I had a similar issue recently. If you are using bundler and only specify rspec-rails to load in the :test environment, i.e. not in the :development environment, when you run rake rspec you will get no output. You must specify rspec-rails in :test AND :development (it doesn' t load the whole

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] no output from rspec

2010-10-18 Thread Tim Walker
Maybe you have syntax problems. can you do a ruby -c ? Anything in test.log? On Oct 18, 2010 7:49 AM, "David Chelimsky" wrote: On Oct 18, 2010, at 1:24 AM, Todd Sedano wrote: > > At one point, I had rspec working with my system... $ spec -h Usage: spec (FILE(:LINE)?|DIRECTORY|GLOB)+ [options]

Re: [rspec-users] no output from rspec

2010-10-18 Thread David Chelimsky
On Oct 18, 2010, at 1:24 AM, Todd Sedano wrote: > At one point, I had rspec working with my system and I've must have changed > the configuration because now I don't see anything in the output using rspec > 1.3. > > Just to be clear, I see nothing when I type > spec spec > rake spec > bundle e

[rspec-users] no output from rspec

2010-10-17 Thread Todd Sedano
At one point, I had rspec working with my system and I've must have changed the configuration because now I don't see anything in the output using rspec 1.3. Just to be clear, I see nothing when I type spec spec rake spec bundle exec spec spec bundle exec rake spec (or any of the above with a spec