[rspec-users] it blocks not executing

2012-06-05 Thread Robbie Leib
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 0% passed I have one spec file, and I hit the first debug statement, and not the 2nd: require

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

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', 'boot

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