Skip to content

Commit 996a98f

Browse files
authored
Update README.md
It is not necessary to explicitly start Bypass.
1 parent c4d18ab commit 996a98f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ Bypass supports Elixir 1.6 and OTP 20 and up. It works with Cowboy 1 and 2.
2727

2828
## Usage
2929

30-
Start Bypass in your `test/test_helper.exs` file to make it available in tests:
31-
32-
```elixir
33-
ExUnit.start()
34-
Application.ensure_all_started(:bypass)
35-
```
36-
3730
To use Bypass in a test case, open a connection and use its port to connect your client to it.
3831

3932
If you want to test what happens when the HTTP server goes down, use `Bypass.down/1` to close the

0 commit comments

Comments
 (0)