Profiling tools configuration improvement (#25383)
This commit is contained in:
parent
6f1fa1364f
commit
7581b1ff96
4 changed files with 16 additions and 0 deletions
|
@ -1,14 +0,0 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
require 'rails_helper'
|
||||
|
||||
Fabrication.manager.load_definitions if Fabrication.manager.empty?
|
||||
|
||||
Fabrication.manager.schematics.map(&:first).each do |factory_name|
|
||||
describe "The #{factory_name} factory" do
|
||||
it 'is valid' do
|
||||
factory = Fabricate(factory_name)
|
||||
expect(factory).to be_valid
|
||||
end
|
||||
end
|
||||
end
|
Reference in a new issue