Skip to content

Commit

Permalink
Merge pull request #24 from anynines/2384971-turbulence
Browse files Browse the repository at this point in the history
brings turbulence to the unit tests utils
  • Loading branch information
Thomas Bruckmann authored Apr 25, 2019
2 parents 4db2d5a + 94ba405 commit 8f5b41c
Show file tree
Hide file tree
Showing 5 changed files with 403 additions and 10 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ source 'https://rubygems.org'

gem 'rspec'
gem 'rubocop'
gem 'destructor'
14 changes: 7 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ GEM
remote: https://rubygems.org/
specs:
ast (2.4.0)
destructor (0.1.0)
diff-lcs (1.3)
jaro_winkler (1.5.2)
parallel (1.14.0)
parser (2.6.0.0)
parallel (1.17.0)
parser (2.6.2.1)
ast (~> 2.4.0)
powerpack (0.1.2)
psych (3.1.0)
rainbow (3.0.0)
rspec (3.8.0)
Expand All @@ -23,22 +23,22 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rubocop (0.65.0)
rubocop (0.67.2)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.5, != 2.5.1.1)
powerpack (~> 0.1)
psych (>= 3.1.0)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.4.0)
unicode-display_width (>= 1.4.0, < 1.6)
ruby-progressbar (1.10.0)
unicode-display_width (1.4.1)
unicode-display_width (1.5.0)

PLATFORMS
ruby

DEPENDENCIES
destructor
rspec
rubocop

Expand Down
3 changes: 2 additions & 1 deletion lib/unit_tests_utils.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
module UnitTestsUtils
autoload :Bosh, 'unit_tests_utils/bosh.rb'
autoload :Consul, 'unit_tests_utils/consul.rb'
autoload :Git, 'unit_tests_utils/git.rb'
autoload :InternalDNS, 'unit_tests_utils/internal_dns.rb'
autoload :Manifest, 'unit_tests_utils/manifest.rb'
autoload :Git, 'unit_tests_utils/git.rb'
autoload :PGWebServiceClient, 'unit_tests_utils/postgresql_web_service_client.rb'
autoload :Turbulence, 'unit_tests_utils/turbulence.rb'
end
Loading

0 comments on commit 8f5b41c

Please sign in to comment.