Skip to content

Instantly share code, notes, and snippets.

@kainew
Last active April 2, 2019 16:40
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 kainew/5faafbc2f902b8a932da471bf80642a8 to your computer and use it in GitHub Desktop.
Save kainew/5faafbc2f902b8a932da471bf80642a8 to your computer and use it in GitHub Desktop.
Teste desnecessário
describe Calculadora do
context 'Soma' do
let!(:calculadora) { create(:calculadora) }
subject { calculadora.soma(1,2) }
it 'retorna um número ímpar' do
expect(subject).to be_odd
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment