Sha256: 616e19cb51b8b542999519a0222679ccc42783c7f96c5da6ae4b7b0f959ee142
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 Bytes
Contents
AwsMfaSecure::Base # autoload module AwsMfaSecure class Base def session_creds_path "#{Dir.pwd}/spec/fixtures/aws-mfa-secure-sessions/fake_credentials" end def fetch_creds? false end def iam_mfa? true end def aws_configure_get(*) "fake" end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aws-mfa-secure-0.3.0 | spec/monkey_patches.rb |
aws-mfa-secure-0.2.0 | spec/monkey_patches.rb |
aws-mfa-secure-0.1.0 | spec/monkey_patches.rb |