Sha256: 847fb0101c97f08787b829f464c6e996e3a1b29cc17ae9aca8e20f8d73777584
Contents?: true
Size: 503 Bytes
Versions: 5
Compression:
Stored size: 503 Bytes
Contents
# encoding: utf-8 # # This file is part of the devdnsd 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
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
devdnsd-1.7.0 | spec/spec_helper.rb |
devdnsd-1.6.0 | spec/spec_helper.rb |
devdnsd-1.5.2 | spec/spec_helper.rb |
devdnsd-1.5.1 | spec/spec_helper.rb |
devdnsd-1.5.0 | spec/spec_helper.rb |