mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Feature tests for account activities
This commit is contained in:
parent
e4dc1d466f
commit
c4b0d6aee5
7 changed files with 45 additions and 4 deletions
|
@ -3,7 +3,7 @@ require 'rails_helper'
|
|||
describe Repp::AccountV1 do
|
||||
before :all do
|
||||
@registrar1 = Fabricate(:registrar1, accounts:
|
||||
[Fabricate(:account, { balance: '324.45' })]
|
||||
[Fabricate(:account, { balance: '324.45', account_activities: [] })]
|
||||
)
|
||||
@api_user = Fabricate(:gitlab_api_user, registrar: @registrar1)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue