Skip to content

Commit

Permalink
Merge pull request #59 from joseivanlopez/fix_test
Browse files Browse the repository at this point in the history
Fix test
  • Loading branch information
joseivanlopez committed Jul 19, 2019
2 parents 892132a + deea95e commit 018d903
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/y2ftp/clients/ftp_server_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
describe "#FTPdCMDShow" do
before do
allow(Yast::FtpServer).to receive(:EDIT_SETTINGS).and_return("AnonAuthen" => anon_authen)
allow(Yast::FtpServer).to receive(:main)

allow(Yast::CommandLine).to receive(:Print)
end
Expand Down

0 comments on commit 018d903

Please sign in to comment.