Skip to content

Commit

Permalink
Carlos Figueiredo e Ricardo Augusto
Browse files Browse the repository at this point in the history
  • Loading branch information
DojoRio committed Nov 19, 2014
1 parent bb0f98a commit 1108d7d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions 2014/20141119 - halloween - ruby/dojo.log
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ Qua Nov 19 19:44:41 BRST 2014 - Ricardo Augusto e Otavio Cardoso
Qua Nov 19 19:52:16 BRST 2014 - Carlos Figueiredo e Ricardo Augusto
Qua Nov 19 19:57:29 BRST 2014 - Otavio Cardoso e Carlos Figueiredo
Qua Nov 19 20:04:55 BRST 2014 - Ricardo Augusto e Otavio Cardoso
Qua Nov 19 20:15:18 BRST 2014 - Carlos Figueiredo e Ricardo Augusto
12 changes: 12 additions & 0 deletions 2014/20141119 - halloween - ruby/halloween_treats_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,16 @@

expect(halloween(2, doces)).to eq([2])
end

it 'duas criancas, duas casas, quatro doces' do
doces = [1, 2]

expect(halloween(2, doces)).to eq([2])
end

it 'uma crianca, duas casas, tres doces' do
doces = [1, 2]

expect(halloween(1, doces)).to eq([1, 2])
end
end

0 comments on commit 1108d7d

Please sign in to comment.