mirror of
https://github.com/discourse/discourse.git
synced 2025-03-08 04:09:53 +00:00
Fix spelling mistake in spec doc
This commit is contained in:
parent
c2a4f16f24
commit
fb4e5973db
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user