Alceu Rodrigues de Freitas Junior

Results 16 issues of Alceu Rodrigues de Freitas Junior

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...

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...

When I execute ``` bundle exec rake generate_docs ``` The resulting Markdown completely ignores the content available on the file `awspec/doc/_resource_types/eks_nodegroup.md`, producing exactly the same content, which is different of...

This is actually a suggestion for improvement. While using Perlbrew, it would be much better to have the following code in the .vimrc: ``` " Enable perlbrew path if has("gui_running")...

enhancement

- Added links for standard Perl modules. - Added links to external modules available at CPAN. - Added example of how to handle `undef` properties values with a regular expression.

If I attempt: ``` alceu@yggdrasil:~/Docker$ cpan Bundle::CPAN::Reporter::Smoker::Tests CPAN: CPAN::SQLite loaded ok (v0.211) Database was generated on Sun, 03 Jul 2016 16:09:13 GMT Could not expand [Bundle::CPAN::Reporter::Smoker::Tests]. Check the module name....

Just removed the exec permission for everyone since the test files don't require that.

- SSH command line as output - providing the public IP of the VM - Using the `http` module to retrieve the current public IP to use as part of...