spec/kontena/cli/master/join_command_spec.rb in kontena-cli-1.4.3 vs spec/kontena/cli/master/join_command_spec.rb in kontena-cli-1.5.0.pre1
- old
+ new
@@ -1,9 +1,6 @@
require 'kontena/cli/master/join_command'
-require 'kontena/cli/localhost_web_server'
-require 'launchy'
-require 'ostruct'
describe Kontena::Cli::Master::JoinCommand do
include ClientHelpers
@@ -28,6 +25,6 @@
it 'calls master login with verbose option' do
expect(Kontena).to receive(:run!).with(%w(master login --join xyz --verbose someurl))
subject.run(%w(--verbose someurl xyz))
end
-end
\ No newline at end of file
+end