Marcelo

Results 9 issues of Marcelo

Addresses https://github.com/rubocop/rails-style-guide/issues/155

## Current Behavior README.md doesn't say that a service is removed by default and the `--remove` flag example doesn't use the flag. ## Expected Behavior The docs should show an...

## Expected Behavior Command `docker stack deploy` gets service information from a _docker-compose.yml_ file. The idea is for `jaas run` to be able to get the service specification from the...

Signed-off-by: Marcelo Pereira ## Description This PR addresses issue https://github.com/alexellis/jaas/issues/36. Unit tests were added for checking the generated service spec. A `make` task was also included for running the tests....

## Expected Behavior Ideally, the main command `run` should be unit tested. ## Current Behavior There are no unit tests for `jaas run`. ## Possible Solution Create unit tests for...

I'm able to run Rspec on a given line with the following `rdbg` call: ``` rdbg -c -- bundle exec rspec my_spec.rb:123 ``` I could also make it work within...

## Proposal I'd like to propose being able to open a `StringIO` `s` with `CSV.foreach(s)`, just as it's possible to open a file with `CSV.foreach(path)`. I can investigate and open...