Skip to content

Commit

Permalink
Whitespace between rspec contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
petervandoros committed Dec 16, 2019
1 parent 41592b3 commit a8b8670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/stack_master/role_assumer_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@
role_assumer.assume_role(account, role, &my_block)
end
end

context 'with a different account' do
it 'assumes each role once' do
expect(Aws::AssumeRoleCredentials).to receive(:new).with(
Expand All @@ -139,6 +140,7 @@
role_assumer.assume_role('another-account', role, &my_block)
end
end

context 'with a different role' do
it 'assumes each role once' do
expect(Aws::AssumeRoleCredentials).to receive(:new).with(
Expand Down

0 comments on commit a8b8670

Please sign in to comment.