mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
Merge pull request #729 from chef/chris-rock/remove-unused
fix: remove non-existent class
This commit is contained in:
commit
6670a8f502
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ libdir = File.dirname(__FILE__)
|
|||
$LOAD_PATH.unshift(libdir) unless $LOAD_PATH.include?(libdir)
|
||||
|
||||
module Supermarket
|
||||
autoload :Configuration, 'inspec-supermarket/configuration'
|
||||
autoload :API, 'inspec-supermarket/api'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue