zeta 2.1.0 → 2.1.1.beta1
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 +4 -4
- data/lib/zeta/rspec/autorun_all.rb +9 -9
- data/lib/zeta/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5488a2642ed4182f70ce059032e77a3a822d1dbe
|
|
4
|
+
data.tar.gz: 41b5adec55b453a868687c82ef425e34ac088695
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0af1874393f543709506a7783069bf77fc80c98692c71b8f213d877c982181e125038d21587e366f37914cdd1273cb78888024c9c1381ad8b2c75f63d1ee089
|
|
7
|
+
data.tar.gz: 69ce607a076c1632aec29b55452836cfcceeedf16902fcc45096c6c6d1b239da3ea9bb8413dc249a968994e2e9f6c0add65cbe7dc0af2fdb25638a0113f8610c
|
|
@@ -6,22 +6,22 @@ if defined?(Rails) && ENV['ZETA_HTTP_USER'].blank? && ENV['ZETA_HTTP_PASSWORD'].
|
|
|
6
6
|
ENV['ZETA_HTTP_PASSWORD'] = Rails.application.config_for(:zeta)['api_key']
|
|
7
7
|
end
|
|
8
8
|
|
|
9
|
-
RSpec.describe
|
|
10
|
-
it
|
|
11
|
-
expect
|
|
9
|
+
RSpec.describe 'Zeta infrastructure', order: :defined do
|
|
10
|
+
it 'has a correctly configured current service' do
|
|
11
|
+
expect do
|
|
12
12
|
Zeta.config
|
|
13
13
|
Zeta.infrastructure
|
|
14
|
-
|
|
14
|
+
end.to_not raise_error
|
|
15
15
|
end
|
|
16
16
|
|
|
17
|
-
it
|
|
18
|
-
expect
|
|
17
|
+
it 'can download the infrastructure contracts (requires network connection)' do
|
|
18
|
+
expect do
|
|
19
19
|
Zeta.verbose = false
|
|
20
20
|
Zeta.update_contracts
|
|
21
|
-
|
|
21
|
+
end.to_not raise_error
|
|
22
22
|
end
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
context 'contract validation' do
|
|
25
|
+
Zeta.contracts_fulfilled?(Lacerda::Reporters::RSpec.new)
|
|
26
26
|
end
|
|
27
27
|
end
|
data/lib/zeta/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zeta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.1.beta1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jannis Hermanns
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rake
|
|
@@ -190,9 +190,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
190
190
|
version: '0'
|
|
191
191
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
192
192
|
requirements:
|
|
193
|
-
- - "
|
|
193
|
+
- - ">"
|
|
194
194
|
- !ruby/object:Gem::Version
|
|
195
|
-
version:
|
|
195
|
+
version: 1.3.1
|
|
196
196
|
requirements: []
|
|
197
197
|
rubyforge_project:
|
|
198
198
|
rubygems_version: 2.6.12
|