Skip to content

Commit

Permalink
adds 0.0.3 related descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
otahi committed Mar 8, 2014
1 parent bbc7041 commit 1ac24d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,18 @@ describe 'vhost_c:80' do
it { should transfer(['node_b','node_c']).port(80) }
end

describe 'vhost_c:80' do
it { should transfer(['node_b','node_c']).port(53).udp }
end

describe 'vhost_c:80' do
it { should transfer('node_c').http.path('/test/') }
end

describe 'vhost_c:443' do
it { should transfer(['node_b','node_c']).port(80).https.path('/test/') }
end

```

## Contributing
Expand Down

0 comments on commit 1ac24d3

Please sign in to comment.