diaspora/spec/configuration_methods_spec.rb
2015-05-06 23:51:28 +02:00

7 lines
209 B
Ruby

require "spec_helper"
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