aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/user_controller_spec.rb
diff options
context:
space:
mode:
authorfrancis <francis>2007-11-01 05:35:40 +0000
committerfrancis <francis>2007-11-01 05:35:40 +0000
commit5aeb7d884e40291b00e424b5df43e6abbd931051 (patch)
treeb44f349ac558c33e35806004a6584b1db99c6280 /spec/controllers/user_controller_spec.rb
parent28fb182fa965467b73ad0b9bea506de8050305d3 (diff)
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.
Diffstat (limited to 'spec/controllers/user_controller_spec.rb')
-rw-r--r--spec/controllers/user_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
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
+