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

Version Path
sabat-rudy-0.8.0 test/15_scm/00_setup_test.rb
solutious-rudy-0.7.0 test/15_scm/00_setup_test.rb
solutious-rudy-0.7.1 test/15_scm/00_setup_test.rb
solutious-rudy-0.7.2 test/15_scm/00_setup_test.rb
solutious-rudy-0.7.3 test/15_scm/00_setup_test.rb
solutious-rudy-0.7.4 test/15_scm/00_setup_test.rb
solutious-rudy-0.7.5 test/15_scm/00_setup_test.rb
solutious-rudy-0.7.6 test/15_scm/00_setup_test.rb
solutious-rudy-0.8.0 test/15_scm/00_setup_test.rb
solutious-rudy-0.8.1 test/15_scm/00_setup_test.rb
rudy-0.7.0 test/15_scm/00_setup_test.rb
rudy-0.7.4 test/15_scm/00_setup_test.rb
rudy-0.7.3 test/15_scm/00_setup_test.rb
rudy-0.7.6 test/15_scm/00_setup_test.rb
rudy-0.7.1 test/15_scm/00_setup_test.rb
rudy-0.8.0 test/15_scm/00_setup_test.rb
rudy-0.8.1 test/15_scm/00_setup_test.rb