acceptance_test 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/CHANGES +5 -1
- data/lib/acceptance_test/acceptance_test.rb +1 -2
- data/lib/acceptance_test/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NGRhY2FhMTNlMDhhY2MyNTY1YmM5ZmQxOGQzYmYxZTQwMTJiZmE5Yw==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
OTc1NWEyMDdkM2YwOGRjNzhiOGNkNzVkMDFhNmIxMzY3ZjA2ZmE5ZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZTU5NjkyOTM1ZTFiOWI2NmZjM2JlYjg4Njg4NjIyZjYwYmEwMTdhNDJjNGFh
|
10
|
+
MTBjYTZkNTczMWFjOTFiMWI1MWExZjg3ZDJkMTg4Yzg3OWQ3MTUzOGFiMGQ0
|
11
|
+
NmU2OGViOTc1NTczYjNhNmViOTRhYjM0NDFmOGYyM2FkNDEzZjY=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MmFiMTgyYWViNWIzNTAyMjc4ZGE4MGNlNTkwYmFjNzNjODc5YjRlNDAwZjQ1
|
14
|
+
ZTc0YTc0ODdiMjg5MmQzMDVjY2UyMDFlYzY2ZDcxOWVjMDg0ZmU3YjczNmU1
|
15
|
+
YzdjZmI1N2Q2MmNhZDE2M2U2M2FmNTg0ZDFkNGEzYjBlMWIxYWQ=
|
data/CHANGES
CHANGED
@@ -28,8 +28,7 @@ class AcceptanceTest
|
|
28
28
|
select_driver driver
|
29
29
|
|
30
30
|
if acceptance_config_exist?
|
31
|
-
|
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
|