awspec icon indicating copy to clipboard operation
awspec copied to clipboard

RSpec tests for your AWS resources.

Results 45 awspec issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/106764227/182499150-80aa8e57-fb36-4db6-942e-bbde9787b6ef.png)

An error occurred when I executed `batch` related specs. Details and how I fixed are shown below. ## Environment ``` ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-linux] awspec (1.26.0) aws-sdk-batch (1.62.0)...

I tried to locate my aurora cluster with awspec, but whatever the value I input, awspec cannot find it. ```rb describe rds(db_name|cluster_id|cluster_resource_id) do end ``` Does awspec still not support...

pull request wanted

Also included other bug fixes and improvements. Tests are also more restrictive now: - one must declare the port number of a exception will be raised; - one must declare...

During a new setup to run my specs: ``` bundle config set --local path '.vendor' bundle install Fetching gem metadata from https://rubygems.org/ Fetching gem metadata from https://rubygems.org/......... Could not find...

In both cases, when testing description and tags, the data is not available even though both resources do have such attributes with defined values. Here is an example: ```ruby describe...

It would be great if it was possible to only run a chosen set of tests. Thanks to that we could test multiple AWS Accounts, one after another. ## Workaround...

I suspect this is a rather serious bug, best demonstrated by example: ``` describe security_group('dpp-prod-user_api') do its(:inbound) { should be_opened(nil) } end ``` This test **passes** when I assume it...

I've turned on the `--warnings` option of `rspec` during testing execution and caught a lot of warnings: ``` $ bundle exec rspec -w -f d spec/type/security_group_spec.rb awspec/.vendor/ruby/2.5.0/gems/ipaddress-0.8.3/lib/ipaddress.rb:72: warning: mismatched indentations...