Skip to content

Commit

Permalink
Fix specs for be_reachable matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mizzy committed May 8, 2013
1 parent b5591f1 commit c506715
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions spec/debian/matchers_spec.rb
Expand Up @@ -12,8 +12,8 @@
it_behaves_like 'support be_mounted.with matcher', '/'
it_behaves_like 'support be_mounted.only_with matcher', '/'

it_behaves_like 'support be_reachable matcher', '127.0.0.1:11111', '1.1.1.1:ssh'
it_behaves_like 'support be_reachable.with matcher', '127.0.0.1:11111', '1.1.1.1:ssh'
it_behaves_like 'support be_reachable matcher', '127.0.0.1'
it_behaves_like 'support be_reachable.with matcher', '127.0.0.1'

it_behaves_like 'support be_resolvable matcher', 'localhost'
it_behaves_like 'support be_resolvable.by matcher', 'localhost', 'hosts'
Expand Down
4 changes: 2 additions & 2 deletions spec/gentoo/matchers_spec.rb
Expand Up @@ -12,8 +12,8 @@
it_behaves_like 'support be_mounted.with matcher', '/'
it_behaves_like 'support be_mounted.only_with matcher', '/'

it_behaves_like 'support be_reachable matcher', '127.0.0.1:11111', '1.1.1.1:ssh'
it_behaves_like 'support be_reachable.with matcher', '127.0.0.1:11111', '1.1.1.1:ssh'
it_behaves_like 'support be_reachable matcher', '127.0.0.1'
it_behaves_like 'support be_reachable.with matcher', '127.0.0.1'

it_behaves_like 'support be_resolvable matcher', 'localhost'
it_behaves_like 'support be_resolvable.by matcher', 'localhost', 'hosts'
Expand Down
4 changes: 2 additions & 2 deletions spec/redhat/matchers_spec.rb
Expand Up @@ -13,8 +13,8 @@
it_behaves_like 'support be_mounted.with matcher', '/'
it_behaves_like 'support be_mounted.only_with matcher', '/'

it_behaves_like 'support be_reachable matcher', '127.0.0.1:11111', '1.1.1.1:ssh'
it_behaves_like 'support be_reachable.with matcher', '127.0.0.1:11111', '1.1.1.1:ssh'
it_behaves_like 'support be_reachable matcher', '127.0.0.1'
it_behaves_like 'support be_reachable.with matcher', '127.0.0.1'

it_behaves_like 'support be_resolvable matcher', 'localhost'
it_behaves_like 'support be_resolvable.by matcher', 'localhost', 'hosts'
Expand Down
4 changes: 2 additions & 2 deletions spec/solaris/matchers_spec.rb
Expand Up @@ -12,8 +12,8 @@
it_behaves_like 'support be_mounted.with matcher', '/'
it_behaves_like 'support be_mounted.only_with matcher', '/'

it_behaves_like 'support be_reachable matcher', '127.0.0.1:11111', '1.1.1.1:ssh'
it_behaves_like 'support be_reachable.with matcher', '127.0.0.1:11111', '1.1.1.1:ssh'
it_behaves_like 'support be_reachable matcher', '127.0.0.1'
it_behaves_like 'support be_reachable.with matcher', '127.0.0.1'

it_behaves_like 'support be_resolvable matcher', 'localhost'
it_behaves_like 'support be_resolvable.by matcher', 'localhost', 'hosts'
Expand Down

0 comments on commit c506715

Please sign in to comment.