Skip to content

Commit

Permalink
Merge 44935a3 into 3300ef8
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermp committed Oct 4, 2019
2 parents 3300ef8 + 44935a3 commit 3dbe45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-sdk-core/spec/aws_spec.rb
Expand Up @@ -18,7 +18,7 @@ module Aws
end

it 'does not allow assigning config object to non-hash objects' do
expect(-> { Aws.config = [1,2,3] }).to raise_error(ArgumentError)
expect { Aws.config = [1,2,3] }.to raise_error(ArgumentError)
end

end
Expand Down

0 comments on commit 3dbe45d

Please sign in to comment.