Remove useless specs

This commit is contained in:
Artur Beljajev 2019-04-03 20:25:40 +03:00
parent 6bab335f5a
commit 65a50a8db0
9 changed files with 0 additions and 152 deletions

View file

@ -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)