Fix spelling mistake in spec doc

This commit is contained in:
Chris Hunt 2013-05-18 13:11:34 -07:00
parent c2a4f16f24
commit fb4e5973db
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ describe TopicView do
end
end
describe "fitler_posts_before" do
describe "filter_posts_before" do
it "returns undeleted posts before a post" do
topic_view.filter_posts_before(p5.post_number).should == [p3, p2, p1]
topic_view.should_not be_initial_load