Manage offices url as a setting

This commit is contained in:
Fernando Blat
2016-12-29 10:20:52 +01:00
parent ff1dc631f1
commit ca2370eb7c
12 changed files with 10 additions and 14 deletions

View File

@@ -20,6 +20,7 @@ feature 'Verify Letter' do
end
scenario 'Go to office instead of send letter' do
Setting["verification_offices_url"] = "http://offices.consul"
user = create(:user, residence_verified_at: Time.current,
confirmed_phone: "611111111")