Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cristiancfe/rspec
https://github.com/cristiancfe/rspec
rspec ruby
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cristiancfe/rspec
- Owner: cristiancfe
- Created: 2022-07-16T03:12:28.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-23T13:02:02.000Z (over 2 years ago)
- Last Synced: 2024-11-17T06:14:13.005Z (3 months ago)
- Topics: rspec, ruby
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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