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
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