mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 22:54: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,14 +1,6 @@
|
|||
require 'rails_helper'
|
||||
|
||||
RSpec.describe Account do
|
||||
it 'has versions' do
|
||||
with_versioning do
|
||||
price = build(:account)
|
||||
price.save!
|
||||
expect(price.versions.size).to be(1)
|
||||
end
|
||||
end
|
||||
|
||||
describe 'registrar validation', db: false do
|
||||
subject(:account) { described_class.new }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue