From 5aeb7d884e40291b00e424b5df43e6abbd931051 Mon Sep 17 00:00:00 2001 From: francis Date: Thu, 1 Nov 2007 05:35:40 +0000 Subject: Make "rake spec:check" not check views or helpers, as I don't think we need specialist test files for them (and even if I did they are screwed, as they can't call functions in controllers/views/routes from the test framework). Move various link to URL helpers into their own file, for ease of calling from views and controllers. Document Spec directory in top level README. --- spec/controllers/user_controller_spec.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec/controllers/user_controller_spec.rb') diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb index 8354e774c..239b7cf56 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -25,3 +25,4 @@ describe UserController, "when showing a user" do # XXX test for 404s when don't give valid name end + -- cgit v1.2.3