mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
Fix the build.
This commit is contained in:
parent
8165ceb320
commit
9059a8ca90
|
@ -83,7 +83,7 @@ describe PostsController do
|
|||
end
|
||||
|
||||
it "should have at most 'SiteSetting.poll_maximum_options' options" do
|
||||
raw = "[poll]\n"
|
||||
raw = +"[poll]\n"
|
||||
(SiteSetting.poll_maximum_options + 1).times { |n| raw << "\n- #{n}" }
|
||||
raw << "\n[/poll]"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user