File: skip_certain_browsers.feature

package info (click to toggle)
ruby-rack-livereload 0.3.17%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 216 kB
  • sloc: javascript: 973; ruby: 470; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 325 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
Feature: Skip Certain Browsers
  Scenario Outline:
    Given I have a Rack app with Rack::LiveReload
    When I make a request to "/" with the following headers:
      | HTTP_USER_AGENT | <user agent> |
    Then I should not have any Rack::LiveReload code

  Scenarios: Browsers to check for
    | user agent |
    | MSIE |