File: spec_helper.rb

package info (click to toggle)
ruby-valid-email 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 280 kB
  • sloc: ruby: 575; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 228 bytes parent folder | download
1
2
3
4
5
6
7
8
9
$:.unshift File.expand_path('../../lib',__FILE__)
require 'valid_email'

RSpec.configure do |config|
  config.order = :random
  config.profile_examples = 10
  config.raise_errors_for_deprecations!
  Kernel.srand config.seed
end