mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
8 lines
217 B
Ruby
8 lines
217 B
Ruby
# frozen_string_literal: true
|
|
|
|
describe "ensure configuration effects" do
|
|
it "sets the captcha length as required" do
|
|
expect(SimpleCaptcha.length).to eq(AppConfig.settings.captcha.captcha_length.to_i)
|
|
end
|
|
end
|