- Prct05. Desarrollo Dirigido por Pruebas (TDD).
- Prct06. Programación Orientada a Objetos.
- Prct07. Programación Orientada a Objetos. Herencia.
- Prct08. Programación Orientada a Objetos. Módulos.
- Prct09. Programación Orientada a Objetos. Singletons.
- Raul Perez Hernandez (https://bitbucket.org/rperezh)
- Dailos Sabina Rodríguez (https://bitbucket.org/alu0100353259)
Add this line to your application's Gemfile:
gem 'exam'
And then execute:
$ bundle
Or install it yourself as:
$ gem install exam
TODO: Write usage instructions here
- Fork it ( https://github.com/[my-github-username]/exam/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request