fixes specs by using the correct capthca helper instead of deactivating it

This commit is contained in:
kikito
2015-08-17 12:29:42 +02:00
parent 8ca546a431
commit 42b441a866
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ feature 'Organizations' do
fill_in 'user_email', with: 'green@peace.com'
fill_in 'user_password', with: 'greenpeace'
fill_in 'user_password_confirmation', with: 'greenpeace'
fill_in 'user_captcha', with: correct_captcha_text
click_button 'Sign up'