Skip to content

Commit

Permalink
Tiny change to make following tests easier
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 11, 2019
1 parent f18a730 commit 33ed763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/commands/skip_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ def program
6: def factor(num)
7: i = 1
8: num.times do |new_number|
9: i *= new_number
10: byebug
9: byebug
10: i *= new_number
11: end
12: end
13: end
Expand Down

0 comments on commit 33ed763

Please sign in to comment.