Sha256: c81bc869adb5042b5fe4e69f47d098e212df00953dd8eb8fab86bc9e08c36ff8
Contents?: true
Size: 348 Bytes
Versions: 4
Compression:
Stored size: 348 Bytes
Contents
require 'rspec' require 'net/dns' unless defined?(SPEC_ROOT) SPEC_ROOT = File.expand_path(__dir__) end # Requires supporting ruby files with custom matchers and macros, etc, # in spec/support/ and its subdirectories. Dir[File.join(SPEC_ROOT, "support/**/*.rb")].each { |f| require f } RSpec.configure do |config| config.mock_with :rspec end
Version data entries
4 entries across 4 versions & 2 rubygems
Version | Path |
---|---|
gitlab-net-dns-0.10.0 | spec/spec_helper.rb |
gitlab-net-dns-0.9.2 | spec/spec_helper.rb |
gitlab-net-dns-0.9.1 | spec/spec_helper.rb |
net-dns-0.9.0 | spec/spec_helper.rb |