Remove unnecessary tests in spec

bug/bundler_fix
William Vu 2015-02-26 14:12:39 -06:00
parent 0a51ca12a5
commit f625ad4f9c
1 changed files with 0 additions and 2 deletions

View File

@ -144,8 +144,6 @@ describe Rex::Proto::PJL::Client do
context "#fsdownload" do
it "should raise an exception due to an invalid path" do
expect { cli.fsdownload("/etc/passwd", "BAD") }.to raise_error(ArgumentError)
expect { cli.fsdownload("/etc/passwdd", "1:") }.to raise_error(Errno::ENOENT)
expect { cli.fsdownload("/etc/shadow", "1:") }.to raise_error(Errno::EACCES)
end
it "should upload a file" do