mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
parent
5425a9ed7f
commit
073a057408
1 changed files with 0 additions and 9 deletions
|
@ -2,15 +2,6 @@ require 'rails_helper'
|
|||
|
||||
RSpec.describe Billing::Price do
|
||||
it { is_expected.to monetize(:price) }
|
||||
it { is_expected.to be_versioned }
|
||||
|
||||
it 'should have one version' do
|
||||
with_versioning do
|
||||
price = build(:price)
|
||||
price.save!
|
||||
price.versions.size.should == 1
|
||||
end
|
||||
end
|
||||
|
||||
describe '::operation_categories', db: false do
|
||||
it 'returns available operation categories' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue