Skip to content

Commit

Permalink
4-testing-your-application/1-why.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanma Cervera authored and mattetti committed Jan 30, 2009
1 parent 0ef48d7 commit 5ec6d9d
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions book-content/es/4-testing-your-application/1-why.markdown
@@ -1,10 +1,21 @@
#Why test
There are many parts of the application which you can test to ensure that you minimize the chances of regression.
#¿Por qué hacer tests?

## Parts
* Esto será una tabla de contenidos (este texto será pegado).
{:toc}

### Models
Es importante testear o probar tus aplicaciones para asegurarte que minimizas las posibilidades
de introducir errores [regression][].
El framework de pruebas predeterminado de Merb utiliza el framework de pruebas [RSpec][] y una combinación de
especificaciones de modelos (model specs), de peticiones (request specs) y de integración (integration specs).

### Request
## Tipos de pruebas (tests)

### Integration tests
### Modelos

### Peticiones (Requests)

### Integración


[regression]: http://en.wikipedia.org/wiki/Software_regression
[RSpec]: http://rspec.info/

0 comments on commit 5ec6d9d

Please sign in to comment.