Displaying 1 result from an estimated 1 matches for "storycommentscontrollertest".
2006 Feb 06
9
tests fine, but fail under rake
...D:\User\Code\ruby\prometheus>ruby
test\functional\story_comments_controller_test
.rb
Loaded suite test/functional/story_comments_controller_test
Started
.........
Finished in 2.37 seconds.
9 tests, 65 assertions, 0 failures, 0 errors
However when I run rake I get this:
2) Error:
test_search(StoryCommentsControllerTest):
ActionView::TemplateError: Couldn''t find Story without an ID AND (status
= ''approved'')
On line #2 of app/views/story_comments/list.rhtml
1: <%unless params.has_key?(:search_terms)%>
2: <%= render_component(:controller => ''stories'', :action...