From 09c543fd862c0b0e4f9e17aa78a8f271f2b949db Mon Sep 17 00:00:00 2001 From: Caleb Crane Date: Sun, 23 Sep 2012 11:34:15 +0900 Subject: [PATCH] exec! spec deals with reboot --- Gemfile.lock | 2 +- spec/em-ssh_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index b8b31ee..81f835c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - em-ssh (0.4.3) + em-ssh (0.4.4) eventmachine net-ssh diff --git a/spec/em-ssh_spec.rb b/spec/em-ssh_spec.rb index 66e6949..d02e12b 100644 --- a/spec/em-ssh_spec.rb +++ b/spec/em-ssh_spec.rb @@ -45,6 +45,6 @@ end end } - res.should == "Linux icaleb 2.6.18-194.3.1.el5 #1 SMP Thu May 13 13:08:30 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux\n" + res.should include("Linux icaleb") end end # EM::Ssh