Sha256: b76f5af8ca74f66c5e57f817e155b4d5cce5651d23e095a1ee11d8fbe5dff6dd

Contents?: true

Size: 623 Bytes

Versions: 6

Compression:

Stored size: 623 Bytes

Contents

#require 'test/unit/assertions'

# The default template string contains what was sent and received. Strip 
# these out since we don't need them
=begin
class Test::Unit::Assertions::AssertionMessage
    alias :old_template :template
    
    def template
        @template_string = ''
        @parameters = []
        old_template
    end
end
=end

class Mu
class Command
    #include Test::Unit::Assertions
    include Helper

    @@mu_ip = ENV['MU_IP']
    @@mu_admin_user = ENV['MU_ADMIN_USER']
    @@mu_admin_pass = ENV['MU_ADMIN_PASS']
end
end # Mu

Dir["#{File.dirname(__FILE__)}/command/*.rb"].each { |c| require c }

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mu-5.7.8 lib/mu/command.rb
mu-5.7.2.7 lib/mu/command.rb
mu-5.7.2.6 lib/mu/command.rb
mu-5.7.2.5 lib/mu/command.rb
mu-5.7.2.4 lib/mu/command.rb
mu-5.7.2.3 lib/mu/command.rb