File: skip_certain_browsers.feature

package info (click to toggle)
ruby-rack-livereload 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: javascript: 974; ruby: 477; 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 |