Skip to content

Instantly share code, notes, and snippets.

@dayvsonlima
Created August 8, 2017 12:35
Show Gist options
  • Save dayvsonlima/a0d617791b52a9ab2dd4d7a26c25fc5f to your computer and use it in GitHub Desktop.
Save dayvsonlima/a0d617791b52a9ab2dd4d7a26c25fc5f to your computer and use it in GitHub Desktop.
def soma_dois_numeros(a, b)
return a + b
end
expect(soma_dois_numeros(1, 2)).to eq(3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment