File: spec_helper.rb

package info (click to toggle)
ruby-retriable 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 176 kB
  • sloc: ruby: 478; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
require "pry"
require_relative "../lib/retriable"
require_relative "support/exceptions.rb"

RSpec.configure do |config|
  config.before(:each) do
    srand(0)
  end
end