search for: relationshipscontrol

Displaying 1 result from an estimated 1 matches for "relationshipscontrol".

2012 Feb 18
0
Rails NameError : uninitialized constant RelationshipsController
I am trying to run a test of my app buy my relationships_controller_spec.rb file won''t run. Here''s the error I get: Exception encountered: #<NameError: uninitialized constant RelationshipsController> Here''s the code for my relationships_controller_spec.rb file: require ''spec_helper'' describe RelationshipsController do describe "access control" do it "should require signin for create" do post :create response.should red...