Re: [rspec-users] "it" blocks not executing

2012-06-11 Thread Robbie Leib
ruby -v: ruby 1.8.7 (2012-02-08 MBARI 8/0x6770 on patchlevel 358) [i686-darwin11.4.0], MBARI 0x6770, Ruby Enterprise Edition 2012.02 bundle list: * Ascii85 (1.0.1) * POpen4 (0.1.4) * Platform (0.4.0) * RedCloth (4.1.9) * RubyInline (3.11.2) * SystemTimer (1.2.3) * ZenTest (4.8.1)

Re: [rspec-users] "it" blocks not executing

2012-06-11 Thread Robbie Leib
Did this help at all? On Jun 7, 2012, at 9:51 AM, Robbie Leib wrote: > * > * > Rakefile > * > * > > require(File.join(File.dirname(__FILE__), 'config',

Re: [rspec-users] "it" blocks not executing

2012-06-09 Thread David Chelimsky
On Thu, Jun 7, 2012 at 11:51 AM, Robbie Leib wrote: > * > * > rspec.rake > * > * > > gem 'test-unit', '1.2.3' if RUBY_VERSION.to_f >= 1.9 This might be t

Re: [rspec-users] "it" blocks not executing

2012-06-07 Thread Robbie Leib
* * Rakefile * * require(File.join(File.dirname(__FILE__), 'config', 'boot')) require 'rake' require 'rake/testtask' require 'rake/rdoctask' require 'ta

Re: [rspec-users] "it" blocks not executing

2012-06-06 Thread David Chelimsky
On Tue, Jun 5, 2012 at 3:47 PM, Robbie Leib wrote: > Rails 2.3.14 app > > rspec (1.3.2) > rspec-rails (1.3.4) > > When I run bundle exec rake spec, not matter what, I get: > > 0 tests, 0 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 > notifications This is not rspec's output, so s