From 87e9ccbcdf4f99dd898b0715750092a27fff7e94 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 4 Jul 2014 15:40:54 +0200 Subject: Enable unblocking handles in identities tab There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing. --- test/factories.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/factories.rb') diff --git a/test/factories.rb b/test/factories.rb index bebda5c..a96d48c 100644 --- a/test/factories.rb +++ b/test/factories.rb @@ -29,6 +29,12 @@ FactoryGirl.define do end + # Identities can have a lot of different purposes - alias, forward, ... + # So far this is a blocked handle only. + factory :identity do + address {Faker::Internet.user_name + '@' + APP_CONFIG[:domain]} + end + factory :token do user end -- cgit v1.2.3