aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg14/dns/slave/named.conf.local
diff options
context:
space:
mode:
authorKristian Lyngstol <kristian@bohemians.org>2015-04-10 08:43:33 +0200
committerKristian Lyngstol <kristian@bohemians.org>2015-04-10 08:43:33 +0200
commitffcd74be0a7bf149bf6947b3f30c80a2b8a7046c (patch)
tree38ae16e0b1a3018604990564e5cc56b84f9059a4 /examples/tg14/dns/slave/named.conf.local
parent47b608249297db033e4ae9e2333b7a7b72abb63e (diff)
Cleanups and early optimizations
Diffstat (limited to 'examples/tg14/dns/slave/named.conf.local')
0 files changed, 0 insertions, 0 deletions
>hotfix/0.21.0.24 Unnamed repository; edit this file 'description' to name the repository.MimesBrønn
aboutsummaryrefslogtreecommitdiffstats
path: root/script/spec
blob: 46fdbe6e446e56b56d1315e0ebbd70adfac99ee1 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env ruby
if ARGV.any? {|arg| %w[--drb -X --generate-options -G --help -h --version -v].include?(arg)}
  require 'rubygems' unless ENV['NO_RUBYGEMS']
else
  gem 'test-unit', '1.2.3' if RUBY_VERSION.to_f >= 1.9
  ENV["RAILS_ENV"] ||= 'test'
  require File.expand_path(File.dirname(__FILE__) + "/../config/environment") unless defined?(RAILS_ROOT)
end
require 'spec/autorun'
exit ::Spec::Runner::CommandLine.run