Skip to content

Commit

Permalink
Resolve rspec failures from #564 (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Formsma authored Oct 7, 2021
1 parent 2523f73 commit 0b92d9c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GEM
cfn-model (0.6.3)
kwalify (= 0.7.2)
psych (~> 3)
diff-lcs (1.3)
diff-lcs (1.4.4)
docile (1.3.5)
jmespath (1.4.0)
kwalify (0.7.2)
Expand All @@ -53,19 +53,19 @@ GEM
rake (13.0.1)
regexp_parser (2.1.1)
rexml (3.2.5)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.1)
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rubocop (1.22.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
Expand Down
2 changes: 1 addition & 1 deletion spec/cfn_nag_integration/cfn_nag_executor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
expect(CfnNagConfig).to receive(:new).with(hash_including(deny_list_definition: 'DummyDenyList')).and_call_original

expect(cfn_nag_executor).to receive(:execute_aggregate_scan).and_return(0)

result = cfn_nag_executor.scan(options_type: 'scan')

expect(result).to eq 0
Expand Down

0 comments on commit 0b92d9c

Please sign in to comment.