Skip to content

Commit

Permalink
remove @exclude-18 cucumber tags
Browse files Browse the repository at this point in the history
Looks like these tags were for excluding certain cucumber specs to be
run on ruby 1.8, but we don't test on ruby 1.8 anymore, so let's remove
these.
  • Loading branch information
mcfiredrill committed Mar 17, 2016
1 parent ba8c9f5 commit a599a81
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion features/configuration/debug_logging.feature
@@ -1,4 +1,3 @@
@exclude-18
Feature: Debug Logging

Use the `debug_logger` option to set an IO-like object that VCR will log
Expand Down
4 changes: 2 additions & 2 deletions features/configuration/hook_into.feature
Expand Up @@ -21,7 +21,7 @@ Feature: hook_into
There are some addiitonal trade offs to consider when deciding which
option to use:

- WebMock uses extensive monkey patching to hook into supported HTTP
- WebMock uses extensive monkey patching to hook into supported HTTP
libraries. No monkey patching is used for Typhoeus, Excon or Faraday.
- Typhoeus, Excon, Faraday can be used together, and with either FakeWeb or WebMock.
- FakeWeb and WebMock cannot both be used at the same time.
Expand Down Expand Up @@ -85,7 +85,7 @@ Feature: hook_into
| c.hook_into :faraday | faraday (w/ net_http) |
| c.hook_into :faraday | faraday (w/ typhoeus) |

@exclude-jruby @exclude-rbx @exclude-18
@exclude-jruby @exclude-rbx
Scenario Outline: Use Typhoeus, Excon and Faraday in combination with FakeWeb or WebMock
Given a file named "hook_into_multiple.rb" with:
"""ruby
Expand Down
2 changes: 1 addition & 1 deletion features/hooks/around_http_request.feature
@@ -1,4 +1,4 @@
@exclude-18 @exclude-1.9.3p327
@exclude-1.9.3p327
Feature: around_http_request hook

The `around_http_request` hook wraps each HTTP request. It can be used
Expand Down

0 comments on commit a599a81

Please sign in to comment.