Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec/lib
diff options
context:
space:
mode:
authorRaphael Sofaer <raphael@joindiaspora.com>2011-07-11 03:51:29 +0400
committerRaphael Sofaer <raphael@joindiaspora.com>2011-07-11 07:06:31 +0400
commit97ca10dddaac9b956b7b6d8ff99dc7148c6ca40d (patch)
tree695133775f0c9625b980dea79f0a1fb0922e7bdb /spec/lib
parent6a165c0e3d414d39469bef2a80ab7b77bf3b2256 (diff)
Huge commit I know, but move show and destroy routes into PostsController and PostsController#show into PublicsController
Diffstat (limited to 'spec/lib')
-rw-r--r--spec/lib/fake_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/fake_spec.rb b/spec/lib/fake_spec.rb
index 7e6cb5aea..f43302381 100644
--- a/spec/lib/fake_spec.rb
+++ b/spec/lib/fake_spec.rb
@@ -55,7 +55,7 @@ describe PostsFake do
sm = Factory(:status_message)
fake = PostsFake::Fake.new(sm, @fakes)
- status_message_path(fake).should == status_message_path(sm)
+ post_path(fake).should == post_path(sm)
end
end
end