From 97ca10dddaac9b956b7b6d8ff99dc7148c6ca40d Mon Sep 17 00:00:00 2001 From: Raphael Sofaer Date: Sun, 10 Jul 2011 16:51:29 -0700 Subject: Huge commit I know, but move show and destroy routes into PostsController and PostsController#show into PublicsController --- spec/lib/fake_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/lib') 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 -- cgit v1.2.3