Displaying 2 results from an estimated 2 matches for "viewexamplegroupcontrol".
2007 Dec 11
3
Transactional/Rollback problems
...lures
I''ve noticed that at the start of the test log, these two lines are
seen:
Dec 11 14:56:20 urbis[2166]:
Spec::Rails::Example::HelperBehaviourController: missing default
helper path spec/rails/example/helper_behaviour_helper
Dec 11 14:56:20 urbis[2166]:
Spec::Rails::Example::ViewExampleGroupController: missing default
helper path spec/rails/example/view_example_group_helper
Don''t know if these are related or not.
Any feedback or help would be much appreciated,
Scott
(At trunk /rev. 3135 of rspec, rspec_on_rails, rails v. 1.2.3, Mac
OS X.4.11)
2008 Jan 21
0
no method error
...te:
> I''ve set up my tests, and when I run the whole thing, I get this for my
> views:
>
> 3)
> NoMethodError in ''/chapters/new.html.erb should render new form''
> undefined method `process_clean_up_fixtures'' for
> #<Spec::Rails::Example::ViewExampleGroupController:0x447ddcc>
> c:/rails/rails_apps/tracker/spec/views/chapters/new.html.erb_spec.rb:15
> script/spec:4:
Can we see some code? What do the spec and the view look like?
> Also, no word on my autotest question?
>
> c:\rails\rails_apps\tracker>autotest
> loading autotest/rai...