[rspec-users] rspec-rails does execute any tests

2012-03-23 Thread Josh Moore
I have inherited a rails 2.3.14 application with no tests. I have gotten cucumber working but when I try to user rspec will not run any of the test cases. These are the first four lines in myspec/spec_helper.rb. ENV["RAILS_ENV"] ||= 'test' require File.expand_path(File.join(File.dirname(__FILE

Re: [rspec-users] rspec-rails does execute any tests

2012-03-23 Thread David Chelimsky
On Fri, Mar 23, 2012 at 3:34 AM, Josh Moore wrote: > I  have inherited a rails 2.3.14 application with no tests. I have gotten > cucumber working but when I try to user rspec will not run any of the test > cases. These are the first four lines in myspec/spec_helper.rb. > > ENV["RAILS_ENV"] ||= 'te