mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Remove useless specs
This commit is contained in:
parent
6bab335f5a
commit
65a50a8db0
9 changed files with 0 additions and 152 deletions
|
@ -1,16 +1,6 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe AdminUser do
|
||||
context 'with invalid attribute' do
|
||||
before do
|
||||
@admin_user = described_class.new
|
||||
end
|
||||
|
||||
it 'should not have any versions' do
|
||||
@admin_user.versions.should == []
|
||||
end
|
||||
end
|
||||
|
||||
context 'with valid attributes' do
|
||||
before do
|
||||
@admin_user = create(:admin_user)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue