Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cristiancfe/rspec


https://github.com/cristiancfe/rspec

rspec ruby

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# RSpec

## Automação de API utilizando RSpec e Ruby
##

### Parar rodar as tags específicas
#### rspec . --tag teste_tag
### não rodar tag específica
#### configurar no arquivo .rspec
#### --require spec_helper
#### --tag ~nao_teste_tag
#### Quando rodar rspec ele não executa/roda o que foi configurado para não rodar