alef-e2e 0.15.4

Fixture-driven e2e test generator for alef
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{#- Ruby HTTP 101 (WebSocket) skip test template

   Context variables:
   - method: HTTP method (uppercase)
   - path: request path
   - description: fixture description with escaped quotes
#}
  describe '{{ method }} {{ path }}' do
    it '{{ description }}' do
      skip 'HTTP 101 WebSocket upgrade cannot be tested via Net::HTTP'
    end
  end