ds_test 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.henry/reports/html/2015-08-04T112600_quotamedia.html +473 -0
- data/.henry/reports/html/2015-08-04T112810_quotamedia.html +481 -0
- data/.henry/reports/html/2015-08-04T113147_quotamedia.html +473 -0
- data/Gemfile.lock +1 -1
- data/cucumber.out +12 -0
- data/ds_test.gemspec +1 -1
- data/features/PAMFailedBookings.feature +11 -0
- data/features/methods/PAMFailedBookings_actions.rb +41 -0
- data/features/step_definitions/PAMFailedBookings_steps.rb +11 -0
- data/hints.henry.pamfailedbookings +1 -0
- data/hints.henry.quotamedia +1 -0
- data/log/quotamedia040820151117.html +473 -0
- data/log/quotamedia290720151556.html +473 -0
- data/out.henry +1 -1
- metadata +16 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ds_test
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- DS QA
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-08-
|
11
|
+
date: 2015-08-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: byebug
|
@@ -185,18 +185,29 @@ executables: []
|
|
185
185
|
extensions: []
|
186
186
|
extra_rdoc_files: []
|
187
187
|
files:
|
188
|
+
- ".henry/reports/html/2015-08-04T112600_quotamedia.html"
|
189
|
+
- ".henry/reports/html/2015-08-04T112810_quotamedia.html"
|
190
|
+
- ".henry/reports/html/2015-08-04T113147_quotamedia.html"
|
188
191
|
- Gemfile
|
189
192
|
- Gemfile.lock
|
190
193
|
- README.md
|
191
194
|
- Rakefile
|
195
|
+
- cucumber.out
|
192
196
|
- ds_test.gemspec
|
197
|
+
- features/PAMFailedBookings.feature
|
198
|
+
- features/methods/PAMFailedBookings_actions.rb
|
193
199
|
- features/methods/actions_media.rb
|
194
200
|
- features/quotamedia.feature
|
201
|
+
- features/step_definitions/PAMFailedBookings_steps.rb
|
195
202
|
- features/step_definitions/servicios_steps.rb
|
196
203
|
- features/support/env.rb
|
197
204
|
- henry-context.yml
|
198
205
|
- hints.henry
|
206
|
+
- hints.henry.pamfailedbookings
|
207
|
+
- hints.henry.quotamedia
|
199
208
|
- in.henry
|
209
|
+
- log/quotamedia040820151117.html
|
210
|
+
- log/quotamedia290720151556.html
|
200
211
|
- out.henry
|
201
212
|
homepage:
|
202
213
|
licenses: []
|
@@ -222,7 +233,10 @@ signing_key:
|
|
222
233
|
specification_version: 4
|
223
234
|
summary: Test automatizados
|
224
235
|
test_files:
|
236
|
+
- features/PAMFailedBookings.feature
|
237
|
+
- features/methods/PAMFailedBookings_actions.rb
|
225
238
|
- features/methods/actions_media.rb
|
226
239
|
- features/quotamedia.feature
|
240
|
+
- features/step_definitions/PAMFailedBookings_steps.rb
|
227
241
|
- features/step_definitions/servicios_steps.rb
|
228
242
|
- features/support/env.rb
|