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
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/fake_spec.rb')
-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