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)
Did this help at all?
On Jun 7, 2012, at 9:51 AM, Robbie Leib wrote:
> *
> *
> Rakefile
> *
> *
>
> require(File.join(File.dirname(__FILE__), 'config',
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
*
*
Rakefile
*
*
require(File.join(File.dirname(__FILE__), 'config', 'boot'))
require 'rake'
require 'rake/testtask'
require 'rake/rdoctask'
require 'ta
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