rucaptcha/spec/configure_spec.rb

10 lines
203 B
Ruby
Raw Normal View History

2015-10-26 13:55:46 +00:00
require 'spec_helper'
describe RuCaptcha do
describe 'normal' do
it 'should read right config with spec_helper set' do
expect(RuCaptcha.config.expires_in).to eq(2.minutes)
2015-10-26 13:55:46 +00:00
end
end
end