8 lines
121 B
Ruby
8 lines
121 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
RSpec.configure do |config|
|
||
|
config.before do
|
||
|
Faker::UniqueGenerator.clear
|
||
|
end
|
||
|
end
|