mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-01 00:18:02 -04:00
Fix spelling mistake in spec doc
This commit is contained in:
parent
c2a4f16f24
commit
fb4e5973db
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ describe TopicView do
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
describe "fitler_posts_before" do
|
describe "filter_posts_before" do
|
||||||
it "returns undeleted posts before a post" do
|
it "returns undeleted posts before a post" do
|
||||||
topic_view.filter_posts_before(p5.post_number).should == [p3, p2, p1]
|
topic_view.filter_posts_before(p5.post_number).should == [p3, p2, p1]
|
||||||
topic_view.should_not be_initial_load
|
topic_view.should_not be_initial_load
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue