mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 08:43:37 +02:00
Api user active by default
This commit is contained in:
parent
c3560fd19f
commit
20fbe5eef7
2 changed files with 11 additions and 0 deletions
|
@ -20,6 +20,11 @@ describe ApiUser do
|
|||
it 'should not have any versions' do
|
||||
@api_user.versions.should == []
|
||||
end
|
||||
|
||||
it 'should be active by default' do
|
||||
@api_user.active.should == true
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
context 'with valid attributes' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue