flights_gui_tests 2.4.95 → 2.4.96

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1a4655e95e16417bbe1f44067148062e24b3fb43
4
- data.tar.gz: 9874db1472dabeb0cdcd1602c628eb557b2e5704
3
+ metadata.gz: ef4862a7b1d644c15226a4d5d9b8e55445f14dc6
4
+ data.tar.gz: 32770580b20f0b43948a48e30164e5e60a326f48
5
5
  SHA512:
6
- metadata.gz: eb24f6b4357f3e34d6314fec52f9615fd493831678091f527b1f46c4849ea8fc84299e68b4987d83ade65f077e255971e7432cfc7a2f2824035c2696283e5164
7
- data.tar.gz: e5744fc741a01af54129ec168e3089e74c4ef495e32f65852622ae226bdd2abc5649669be628656e1dbb8379d691207af97a8df6629a50badbf5e745f70d3615
6
+ metadata.gz: 33171ed9696d20b7881d8acc723b6750a672ed2ec5b6bee4f34bd820e77b7b86bbee0092e358dc628f664deb8f435f7b4c5e5a868712bf4d8fd30259f2a5f57e
7
+ data.tar.gz: 1296c152a04183487b6bd905d1404b9c97dee6d1767c2b8ae85a81450bfe32c3ab1dd803d0567108c3ab8a53e9d162890b142b30e1f3ef6c5a0cbc19f9b860ea
@@ -24,12 +24,15 @@ class DataCluster
24
24
  def ==(other)
25
25
  eq = true
26
26
  self.attributes.each do |attrb|
27
- #byebug
28
- if other and other.send(attrb)
27
+ if other and other.send(attrb)
29
28
  if attrb.to_s!="aerolinea"
30
29
  eq = false if self.send(attrb) != other.send(attrb)
31
30
  else
32
- eq = false unless self.send(attrb).include?(other.send(attrb).first)
31
+ if self.send(attrb).include?(other.send(attrb).first) or self.send(attrb).include?("LT") or other.send(attrb).first == "LT"
32
+ eq = true
33
+ else
34
+ eq = false
35
+ end
33
36
  end
34
37
  end
35
38
  end
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.95"
2
+ VERSION = "2.4.96"
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.4.95
4
+ version: 2.4.96
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-09 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container