Displaying 2 results from an estimated 2 matches for "view_example_help".
Did you mean:
view_example_helper
2007 Oct 15
3
Spec::Rails::DSL::HelperEvalContextController: missing defau
...t created a new project and this is the error that I am getting when
I try to run my rspec tests:
Spec::Rails::DSL::HelperEvalContextController: missing default helper
path spec/rails/dsl/helper_eval_context_helper
Spec::Rails::DSL::ViewExampleController: missing default helper path
spec/rails/dsl/view_example_helper
[4;36;1mSQL (0.000138) [0;1mSET SQL_AUTO_IS_NULL=0
[4;35;1mSQL (0.000095) BEGIN
[4;36;1mSite Columns (0.003708) [0;1mSHOW FIELDS FROM
sites
[4;35;1mSQL (0.000174) ROLLBACK
Here is the portion for the test database from the database.yml file:
test:
adapter: mysql
database: myd...
2007 May 29
4
rspec and autotest (was: questions rspec on rails)
Do have the latest versions?
RSpec-1.0.3
ZenTest-3.6.0
---------- Forwarded message ----------
From: Jonathan Linowes <jonathan at parkerhill.com>
Date: May 29, 2007 11:47 AM
Subject: Re: [rspec-users] questions rspec on rails
To: rspec-users <rspec-users at rubyforge.org>
Hi, I should have mentioned I already did that. Here''s my spec.opts file
--colour
--format
progress