diff options
author | tony <tony> | 2009-03-19 09:37:08 +0000 |
---|---|---|
committer | tony <tony> | 2009-03-19 09:37:08 +0000 |
commit | 76e135f2205faf5b6e0a7a979f060bf8a8ca01dd (patch) | |
tree | ec794c276b016b03e8bb54ae1b5cb781069e7d09 | |
parent | 96985a266963dd9e6175d5702dcc4b294f417a14 (diff) |
update comment to reflect new location for rspec docs
-rw-r--r-- | spec/controllers/user_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/user_controller_spec.rb b/spec/controllers/user_controller_spec.rb index e883dc62e..6dc971bd6 100644 --- a/spec/controllers/user_controller_spec.rb +++ b/spec/controllers/user_controller_spec.rb @@ -1,7 +1,7 @@ require File.dirname(__FILE__) + '/../spec_helper' # XXX Use route_for or params_from to check /c/ links better -# http://rspec.info/rdoc-rails/classes/Spec/Rails/Example/ControllerExampleGroup.html +# http://rspec.rubyforge.org/rspec-rails/1.1.12/classes/Spec/Rails/Example/ControllerExampleGroup.html describe UserController, "when showing a user" do integrate_views |