Added api user feature spec

This commit is contained in:
Priit Tark 2015-04-16 16:41:21 +03:00
parent 8d4124585c
commit 752e39e4a9
5 changed files with 44 additions and 4 deletions

View file

@ -5,7 +5,6 @@ feature 'Zonefile settings', type: :feature do
before :all do
@user = Fabricate(:admin_user, username: 'user1', identity_code: '37810013087')
@contact = Fabricate(:contact, name: 'Mr John')
end
context 'as unknown user' do