Sha256: 975c7c34ca40b5adf3940b53c2665bb46b4713c1f2a456adef9b0796db901702
Contents?: true
Size: 543 Bytes
Versions: 18
Compression:
Stored size: 543 Bytes
Contents
require File.join(File.dirname(__FILE__), '..', 'helper') module Rudy::Test class Case_05_Config < Test::Unit::TestCase include Rudy::Huxtable @@logger = STDERR #StringIO.new @@zone = @@global.zone.to_s context "#{name}_00 Setup" do should "(00) have class variables setup" do stop_test !@@global.is_a?(Rudy::Global), "We don't have global (#{@@global})" stop_test !@@config.is_a?(Rudy::Config), "We don't have an instance of Rudy::Config (#{@@config})" end end end end
Version data entries
18 entries across 18 versions & 2 rubygems