Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
(maint) jenkins fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gregohardy committed Nov 29, 2017
1 parent 25b33d9 commit 1b0e75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/acceptance/negative_vpc_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper_acceptance'
require 'securerandom'
require 'retries'
require 'Resolv'
require 'resolv'

describe "The AWS module" do
before(:all) do
Expand Down
2 changes: 1 addition & 1 deletion spec/acceptance/vpc_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'spec_helper_acceptance'
require 'securerandom'
require 'Resolv'
require 'resolv'

describe "The AWS module" do
before(:all) do
Expand Down

0 comments on commit 1b0e75c

Please sign in to comment.