Skip to content

Instantly share code, notes, and snippets.

@anabastos
Last active January 25, 2017 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anabastos/63f0d30956c65a8407447ffd9bf4db9a to your computer and use it in GitHub Desktop.
Save anabastos/63f0d30956c65a8407447ffd9bf4db9a to your computer and use it in GitHub Desktop.
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