Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #258 from wastoresh/logger
Browse files Browse the repository at this point in the history
Add autoload for Logger module which is missed and remove unnecessary env require for unit test
  • Loading branch information
devigned committed Jul 29, 2015
2 parents 2b37f78 + f31f6b0 commit fa3982c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Expand Up @@ -49,8 +49,6 @@ namespace :test do
t.verbose = true
t.libs = %w(lib test)
end

task component => 'test:require_environment'
end

component_task :affinity_group
Expand Down
1 change: 1 addition & 0 deletions lib/azure.rb
Expand Up @@ -64,6 +64,7 @@ module CloudServiceManagement

module Core
autoload :Utility, 'azure/core/utility'
autoload :Logger, 'azure/core/utility'
autoload :Error, 'azure/core/error'
autoload :Service, 'azure/core/service'
autoload :FilteredService, 'azure/core/filtered_service'
Expand Down

0 comments on commit fa3982c

Please sign in to comment.