Skip to content

Commit d5900ab

Browse files
author
Dan Roberts
committed
remove extra bit
1 parent 535a874 commit d5900ab

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

test-file.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ def truck_noise
1515
end
1616

1717
# Task 3:
18-
# 1. Partner 1: change this method to puts "tick", commit and push
19-
# 2. Partner 2: *before pulling*, change this method to "tock" and commit. Don't push yet.
20-
# 3. Partner 2: now run git pull.
18+
# 1. Partner 1: Change this method to puts "tick", commit and push.
19+
# 2. Partner 2: *Before pulling*, change this method to "tock" and commit.
20+
# 3. Partner 2: Try to push. Git should warn you that your local copy is out of date.
21+
# 3. Partner 2: Now run git pull.
2122
def clock_noise
22-
puts "tock"
23+
puts ""
2324
end

0 commit comments

Comments
 (0)