cucumber-http 0.8.1 → 0.8.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2b3c75d7561da12bcf104f02849e0ff999c9db79d6b4d6529dec9bd308a4b1b8
4
- data.tar.gz: bfe53f0c1162892b7129930d48993409c6307dcb31c13eba4c6c21eaad8a1f1a
3
+ metadata.gz: 29189bbeff952cb0537f6b6b5cd6c0529df643c0519fb9eaeaf3e8234c37fdc6
4
+ data.tar.gz: 4e410f0c7c25270dc9000e93ce21ca9fdfb77b15071768daf03e369edc7d68f6
5
5
  SHA512:
6
- metadata.gz: f075b6af699f9a4dbed51a923e583431beefd51dc2939415b8ef59b623b3466a3dcb16a0f7d1d08c9b9e2ea175d3b0022c37783e01b38e8aee9b0603979c1cd0
7
- data.tar.gz: 639c381a0151df0e9e48cbee7346269ec01d924ab4c82bd9f8c5fcfb29d6266da1b013a20f1c424847e72e0d32573ab8d2e129ff77ae013159fb04b9e03d8a2b
6
+ metadata.gz: 5e8576eb8db90d0617506defd6bb736eae08457abaa5d47480fd09c44aea1b159f0dffe7ed287e951725b3916fa0147d78d695f78e6496c87dad0d800b795795
7
+ data.tar.gz: a9fdab9a71c4beedcd930fefb97b7b47301088ae74ca936b82b0672dc27c7bcbdae3d20446bc6128856c8e3cee93b7909c5acc9d0c7947b387c1dfc25a4622fb
@@ -114,11 +114,11 @@ When /^(?:I )?keep the value of the (?:JSON|json)(?: response)?(?: at "(.*)")? a
114
114
  JsonSpec.memorize(key, parse_json(last_json, path))
115
115
  end
116
116
 
117
- Then 'the response status should be "{int}"' do |status_code|
117
+ Then 'the response status should be {int}' do |status_code|
118
118
  expect(response[:status]).to eq(status_code)
119
119
  end
120
120
 
121
- Then 'the response status should not be "{int}"' do |status_code|
121
+ Then 'the response status should not be {int}' do |status_code|
122
122
  expect(response[:status]).not_to eq(status_code)
123
123
  end
124
124
 
@@ -1,5 +1,5 @@
1
1
  module Cucumber
2
2
  module Http
3
- VERSION = '0.8.1'
3
+ VERSION = '0.8.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cucumber-http
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kristof Willaert