Fixes failing specs after adding geozones to residence verifications

This commit is contained in:
kikito
2016-02-19 17:24:48 +01:00
parent 06bd44c225
commit 3ad5fa19e5
5 changed files with 11 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ require 'rails_helper'
feature 'Level two verification' do
scenario 'Verification with residency and sms' do
create(:geozone)
user = create(:user)
login_as(user)
@@ -23,4 +24,4 @@ feature 'Level two verification' do
expect(page).to have_content 'Code correct'
end
end
end