Skip to content

Commit

Permalink
Fix spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Oct 20, 2014
1 parent b1c1ffa commit 888c875
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Expand Up @@ -76,6 +76,7 @@ def apply(cli = client)
end

def export(options = {})
options = {no_progress: true}.merge(options)
cli = options.delete(:client) || Aws::IAM::Client.new
Miam::Exporter.export(cli, options)[0]
end
Expand Down

0 comments on commit 888c875

Please sign in to comment.