I have a namespace called saltmines

The following will fail the spec

@player = mock_model(Saltmines::Player)

1)
ActionView::TemplateError in '/saltmines/players/index.rhtml should render
list of saltmines/players'
You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.each
On line #9 of app/views/saltmines/players/index.rhtml

    6:     <th>Player</th>
    7:   </tr>
    8:
    9: <% for player in @players %>


My application works but these specs fail. How do I get them to pass?
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to