search for: helperevalcontextcontrol

Displaying 4 results from an estimated 4 matches for "helperevalcontextcontrol".

2007 Oct 15
3
Spec::Rails::DSL::HelperEvalContextController: missing defau
Just 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)...
2006 Dec 12
3
rpec 0.7.4/ rails 1.2rc1 troubles
...at I have followed these directions exactly: http:// rspec.rubyforge.org/documentation/rails/install.html My new spec tests work, but my old Test::Unit test don''t produce any output. The only clue I have anything is happening at all are these messages in log/test.log: Spec::Rails::HelperEvalContextController: missing default helper path spec/rails/helper_eval_context_helper Spec::Rails::ViewSpecController: missing default helper path spec/ rails/view_spec_helper What am I missing, and I how do I solve this?
2007 Mar 01
1
Problems with RC1 & Rails Controllers
...rake aborted! Command failed with status (1): [/opt/local/bin/ruby -I"/Users/ smtlaissezfa...] This looks like the sort of error one would get with a bad fixture file. My only problem is that I can run rake spec:models without a problem. The test log shows this: Spec::Rails::Runner::HelperEvalContextController: missing default helper path spec/rails/runner/helper_eval_context_helper Spec::Rails::Runner::ViewSpecController: missing default helper path spec/rails/runner/view_spec_helper Just to make it clear, I''ve also run script/generate rspec I''m running OS X.4.8, ruby 1.8.5 (...
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