Sha256: 7aba2c4baf652f7e9a5608d0b3e8c02840c8ca6bd51f562990130642cf44ed73
Contents?: true
Size: 540 Bytes
Versions: 17
Compression:
Stored size: 540 Bytes
Contents
require File.join(File.dirname(__FILE__), '..', 'helper') module Rudy::Test class Case_15_SCM < 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
17 entries across 17 versions & 3 rubygems