File: spec_helper.rb

package info (click to toggle)
ruby-hkdf 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: ruby: 202; makefile: 7
file content (8 lines) | stat: -rw-r--r-- 145 bytes parent folder | download
1
2
3
4
5
6
7
8
# frozen_string_literal: true

require "hkdf"
require_relative "support/test_vectors"

RSpec.configure do |config|
  config.order = "random"
end