We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a532378 commit 5db0e00Copy full SHA for 5db0e00
spec/support/faker.rb
@@ -0,0 +1,8 @@
1
+# frozen_string_literal: true
2
+
3
+RSpec.configure do |config|
4
+ config.before(:suite) do
5
+ puts "Faker randomized with seed #{config.seed}"
6
+ Faker::Config.random = Random.new(config.seed)
7
+ end
8
+end
0 commit comments