Prct07¶ ↑
TODO: Write a gem description
Installation¶ ↑
Add this line to your application's Gemfile:
gem 'prct07'
And then execute:
$ bundle
Or install it yourself as:
$ gem install prct07
Usage¶ ↑
-
Considere la jerarqu ́ıa de clases Ruby para representar preguntas de Seleccio ́n Simple y de Ver- dadero y Falso de pr ́acticas anteriores. Modif ́ıquela de manera que las instancias sean comparables. Utilizar la metodolog ́ıa de desarrollo dirigido por pruebas (Test Driven Development - TDD) y la herramienta RSpec.
-
Considere la clase Ruby para representar y gestionar listas enlazadas (Linked List) de pr ́acticas anteriores. Modif ́ıquela de manera que las instancias sean enumerables. Utilizar la metodolog ́ıa de desarrollo dirigido por pruebas (Test Driven Development - TDD) y la herramienta RSpec.
-
Repartir las tareas entre los miembros del Equipo de Trabajo. Utilizar la estructura del ‘directorio de trabajo del equipo’ generada con Bundler en pr ́acticas anteriores. Todos los miembros del equipo, han de realizar al menos una confirmacio ́n e incorporarla al repositorio compartido.
TODO: Write usage instructions here adonai hernández sánchez noé campos diaz
Contributing¶ ↑
-
Fork it ( github.com/[my-github-username]/prct07/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