Sha256: b16687b063014055e464f98e046e9b57c270787f049a22ec67af5f3ef62cc62a
Contents?: true
Size: 502 Bytes
Versions: 4
Compression:
Stored size: 502 Bytes
Contents
# encoding: utf-8 # # This file is part of the devdns gem. Copyright (C) 2012 and above Shogun <shogun_panda@me.com>. # Licensed under the MIT license, which can be found at http://www.opensource.org/licenses/mit-license.php. # require "rubygems" require "bundler/setup" require "coverage_helper" require "devdnsd" require "net/dns" RSpec.configure do |config| config.expect_with :rspec do |c| c.syntax = :expect end end require File.expand_path(File.dirname(__FILE__)) + "/../utils/tester"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
devdnsd-1.1.10 | spec/spec_helper.rb |
devdnsd-1.1.9 | spec/spec_helper.rb |
devdnsd-1.1.2 | spec/spec_helper.rb |
devdnsd-1.1.1 | spec/spec_helper.rb |