From a9ff254076c261e69f8a23b38470d22f29067e2a Mon Sep 17 00:00:00 2001 From: Yasuhito Takamiya Date: Fri, 20 Feb 2015 17:07:37 +0900 Subject: [PATCH] Update trema/trema_ruby. --- Gemfile.lock | 4 ++-- features/switch_monitor.feature | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3cbc221..2a6640d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT GIT remote: git://github.com/trema/trema_ruby.git - revision: e22a081333de3f936bf5471b782995987cc69158 + revision: bd73b839751f4217ddf33453e9ca89e9e99c6c65 branch: develop specs: trema (0.1.0) @@ -133,7 +133,7 @@ GEM parser (~> 2.2) rainbow (~> 2.0) unparser (~> 0.2.2) - rest-client (1.7.2) + rest-client (1.7.3) mime-types (>= 1.16, < 3.0) netrc (~> 0.7) rspec (3.2.0) diff --git a/features/switch_monitor.feature b/features/switch_monitor.feature index c98e056..90151a9 100644 --- a/features/switch_monitor.feature +++ b/features/switch_monitor.feature @@ -14,11 +14,11 @@ Feature: Switch Monitor example And I run `trema kill 0x2` And I run `trema up 0x2` And I run `trema killall` - Then the output should contain "SwitchMonitor started" - And the output should contain "0x1 is up" - And the output should contain "0x2 is up" - And the output should contain "0x3 is up" - And the output should contain: + Then the stdout should contain "SwitchMonitor started" + And the stdout should contain "0x1 is up" + And the stdout should contain "0x2 is up" + And the stdout should contain "0x3 is up" + And the stdout should contain: """ 0x2 is down (all = 0x1, 0x3) 0x2 is up (all = 0x1, 0x2, 0x3)