diaspora/spec/configuration_methods_spec.rb
2017-09-17 19:29:15 +02:00

7 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