Skip to content

Commit

Permalink
Remove lib/kubernetes-deploy.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Soares de Andrade committed Oct 8, 2019
1 parent 5973c41 commit d3d3679
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 0 additions & 2 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ AllCops:

Naming/FileName:
Enabled: true
Exclude:
- lib/kubernetes-deploy.rb

Sorbet/ConstantsFromStrings:
Enabled: false
Expand Down
5 changes: 5 additions & 0 deletions lib/krane.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# frozen_string_literal: true
require 'krane/common'

require 'krane/deploy_task'
require 'krane/render_task'
require 'krane/restart_task'
require 'krane/runner_task'

module Krane
end
6 changes: 0 additions & 6 deletions lib/kubernetes-deploy.rb

This file was deleted.

1 change: 0 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

$LOAD_PATH.unshift(File.expand_path('../../lib', __FILE__))
require 'krane'
require 'kubernetes-deploy'
require 'kubeclient'
require 'timecop'
require 'minitest/autorun'
Expand Down

0 comments on commit d3d3679

Please sign in to comment.