diaspora/spec/configuration_methods_spec.rb
2016-11-27 21:27:12 +01:00

5 lines
186 B
Ruby

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