mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 14:12:10 +08:00
Fix the build.
This commit is contained in:
@ -83,7 +83,7 @@ describe PostsController do
|
|||||||
end
|
end
|
||||||
|
|
||||||
it "should have at most 'SiteSetting.poll_maximum_options' options" do
|
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}" }
|
(SiteSetting.poll_maximum_options + 1).times { |n| raw << "\n- #{n}" }
|
||||||
raw << "\n[/poll]"
|
raw << "\n[/poll]"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user