Ruby

12 de Fevereiro de 2024 - @Walmir Neto

A ideia aqui é fazer o setup e fazer o primeiro teste e hoje é sem muita conversinha…


Gems utilizadas

Intalando https://github.com/presidentbeef/brakeman

No # Gemfile

group :development, :test do
   # <https://github.com/presidentbeef/brakeman>
   gem "brakeman", "~> 6.1", ">= 6.1.2"
end

No terminal

bin/bundle install
bin/bundle binstub brakeman # optional