acceptance_test 1.1.2 → 1.1.3

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NTRhYWVlMWRiOGQ1YjBmODMwZWVjZjliNDk2OWZmZDcxNTBmMDdkNQ==
4
+ NGRhY2FhMTNlMDhhY2MyNTY1YmM5ZmQxOGQzYmYxZTQwMTJiZmE5Yw==
5
5
  data.tar.gz: !binary |-
6
- NzYxZjQxNjQ5ZjUxZjA5NGI5ZjE0NWU1OTE4MDY3OTQzY2NjYmEzMA==
6
+ OTc1NWEyMDdkM2YwOGRjNzhiOGNkNzVkMDFhNmIxMzY3ZjA2ZmE5ZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NjY1MTU4N2Y2YTExODI1YzEwZDI0YWQyM2VhMGQ2YTU0Y2JmOThhYTlkZGVk
10
- NzY5MmEwYmVlNGZjMzY5Nzc1YWE2MjM0ZDgxMjA5MGM5N2Y2OWE3MGVlMmQ3
11
- NDZkM2ZlYjhlMDQ2YzdiOGVhNjFlMTM0YzcyMDZiNjQ2OTQyNTY=
9
+ ZTU5NjkyOTM1ZTFiOWI2NmZjM2JlYjg4Njg4NjIyZjYwYmEwMTdhNDJjNGFh
10
+ MTBjYTZkNTczMWFjOTFiMWI1MWExZjg3ZDJkMTg4Yzg3OWQ3MTUzOGFiMGQ0
11
+ NmU2OGViOTc1NTczYjNhNmViOTRhYjM0NDFmOGYyM2FkNDEzZjY=
12
12
  data.tar.gz: !binary |-
13
- MTc0ZjZiOWYzNTRkNjBhNWU3Y2NiNDFlMDY3MThiMjA4MDQ5ZDBiMDk0NzEw
14
- OWZlNjdhN2Y3MDI0MmNiNjg5YjFjYzA2NzQzMThkNTExYWJjYmE2MWYyZGQy
15
- YjYwOGY1YzdkNmM5N2QyZTkxMjljZjU3ZTgwMTM3YmY5MWIxN2E=
13
+ MmFiMTgyYWViNWIzNTAyMjc4ZGE4MGNlNTkwYmFjNzNjODc5YjRlNDAwZjQ1
14
+ ZTc0YTc0ODdiMjg5MmQzMDVjY2UyMDFlYzY2ZDcxOWVjMDg0ZmU3YjczNmU1
15
+ YzdjZmI1N2Q2MmNhZDE2M2U2M2FmNTg0ZDFkNGEzYjBlMWIxYWQ=
data/CHANGES CHANGED
@@ -42,4 +42,8 @@
42
42
 
43
43
  == Version 1.1.2
44
44
 
45
- * Relaxing method calls
45
+ * Relaxing method calls
46
+
47
+ == Version 1.1.3
48
+
49
+ * Bug fix
@@ -28,8 +28,7 @@ class AcceptanceTest
28
28
  select_driver driver
29
29
 
30
30
  if acceptance_config_exist?
31
- put "\n"
32
- puts "Acceptance Configuration: #{@acceptance_config[:name]}"
31
+ puts "\nAcceptance Configuration: #{@acceptance_config[:name]}"
33
32
  puts "Environment: #{@acceptance_config[:env]}"
34
33
  puts "Application: #{@acceptance_config[:webapp_url]}"
35
34
  puts "Selenium: #{@acceptance_config[:selenium_host]}:#{@acceptance_config[:selenium_port]}" if
@@ -1,3 +1,3 @@
1
1
  class AcceptanceTest
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: acceptance_test
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Shvets