Last active
January 25, 2017 14:08
-
-
Save anabastos/63f0d30956c65a8407447ffd9bf4db9a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Entrar no repositorio do github e clicar no botao de fork. Isso vai criar um repositorio igual pra sua conta | |
Entrar nesse seu repositorio e clona-lo | |
git clone (link) | |
cd furlong | |
Instalações: | |
sudo apt-get install ruby | |
gem install rspec -v 3.4.0 | |
Digite no terminal para rodar os testes | |
rspec furlong_spec.rb | |
Após desenvolver o metodo de conversao e o teste, commite. | |
Entre seu repositorio, na aba "pull request" e crie um novo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment