anadea-mailsocio-qa 0.1.2 → 0.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 44aa673899ca7512089779b18172d6c44bd26b2e
4
- data.tar.gz: b21008d6fe3b61092438cd9e2daac18001b978fa
3
+ metadata.gz: b72ef927350b368385cc7d9f7229093ae7f3304a
4
+ data.tar.gz: cfae2f249917cdd918f91354bb12110a5e33cc68
5
5
  SHA512:
6
- metadata.gz: aa5b28b492fae50a4832d275d0bc3ccb13b9778226fe44cdc40cb7e825100da6ade93c579026a7d3f783a20d02fd9dc604fea459fdf0196ccf030dfb722f5c6f
7
- data.tar.gz: c1ab22ef6962d39e6f641e79be374521c644fcfab20ebf1c8d815b23e369e2e31842a8cea6fa6718bb2b38af64c86209f7c97496212e5b5f42d24cb923366f66
6
+ metadata.gz: e358cf90781e0263473db8cc37d5b70abbe7cb25e6689e59af36a51a6b96e26c220c333f9db64c0709f2d21bd9e56d7dacae24d56e1a9e61ad05626c6c4f5dc1
7
+ data.tar.gz: 60682ae00d737df596618102469ecf627d1f069f8edfc6892209ab773f32ea32d92dbf8faccfb0633d4b2dff39331de55ff31e46de54aa0e737fc69bb1aea08b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- anadea-mailsocio-qa (0.1.2)
4
+ anadea-mailsocio-qa (0.1.3)
5
5
  activesupport (>= 3.0, < 5.0)
6
6
  httpi (>= 2.0)
7
7
  json (>= 1.0)
@@ -6,8 +6,12 @@ require 'mailsocio_qa/test_html_page'
6
6
 
7
7
  module MailsocioQA
8
8
  class MailsocioTest < ::Minitest::Test
9
+ def settings_source
10
+ ENV.fetch "CONFIG_FILE", File.expand_path('../../../settings.yml', __FILE__
11
+ end
12
+
9
13
  def settings
10
- @settings ||= Settings.new(ENV.fetch("CONFIG_FILE", File.expand_path('../../../settings.yml', __FILE__)))
14
+ @settings ||= Settings.new settings_source
11
15
  end
12
16
 
13
17
  def setup
data/mailsocio-qa.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'anadea-mailsocio-qa'
3
- s.version = '0.1.2'
3
+ s.version = '0.1.3'
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.summary = "Mailsocio Quality Assurance"
6
6
  s.description = s.summary
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: anadea-mailsocio-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anadea