Skip to content

Commit

Permalink
Update trema/trema_ruby.
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuhito committed Feb 20, 2015
1 parent 3eeb683 commit a9ff254
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
10 changes: 5 additions & 5 deletions features/switch_monitor.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a9ff254

Please sign in to comment.