flights_gui_tests 2.3.47 → 2.3.48

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
  SHA1:
3
- metadata.gz: 996c29bbd6431060af62a8a6dc094d2c425a6afa
4
- data.tar.gz: 4818d8b06c310b8fe72ae51bcc4ce103a2a5b017
3
+ metadata.gz: fae212a76aa292dd2e981a0860f573426bb0aa1f
4
+ data.tar.gz: 7e42100dfa9939fd1c9650ddaf4288502b2da9ee
5
5
  SHA512:
6
- metadata.gz: de76ee7d63a57109adcdd644202b0eae13d64c2ad52860e7f277fb0c6253001840e845f70c4d5436bc43ab5920c1f7dfc024e5203b7b7bbb6f61f31dc990e12c
7
- data.tar.gz: 9aeadf360ae99de0e3fe9363b3387455a8ad99a9079a094d122bc545e7a496883837e88c2c031e2dd0632a0b64b35625a2725e7380f6210aa8914efccc2c3013
6
+ metadata.gz: 25f8d94da93e0bfaab8079f83140f616434cdbadefb3732feab016e419fd5938fad997c12dc33745fe53254dec7682e9c32fe867fd9c0b8c5147b6d0f387f974
7
+ data.tar.gz: 41d1a928eceaeb61453f439d956dd588995d731a706ae41c0dd175f8a5a101f3c1a0d1a1957a863604912598603e364bc351c5b302b0d6632ee72adfbcdd1e73
@@ -16,7 +16,7 @@ end
16
16
  Y(/^(?:verifico|valido) que la ciudad destino sea la que se eligio$/) do
17
17
  doc = Hpricot.parse(@page.html)
18
18
  ciudades = (doc/"div.mainTitle/h1").inner_text.strip.no_accents
19
- ciudad_destino = ciudades.match(/ (para|a|to) ([^,]+) desde (.+)/)[2].strip
19
+ ciudad_destino = ciudades.match(/(para|a|to) (.+) desde (.+)/)[2].strip
20
20
  @page.ciudad_elegida.downcase.should equal(ciudad_destino.downcase) unless @page.ciudad_elegida.match(/Guarullos|Panama|Santiago|Mexico/)
21
21
  end
22
22
 
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.47"
2
+ VERSION = "2.3.48"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.47
4
+ version: 2.3.48
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-19 00:00:00.000000000 Z
11
+ date: 2015-10-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container