We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 535a874 commit d5900abCopy full SHA for d5900ab
test-file.rb
@@ -15,9 +15,10 @@ def truck_noise
15
end
16
17
# 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.
+# 1. Partner 1: Change this method to puts "tick", commit and push.
+# 2. Partner 2: *Before pulling*, change this method to "tock" and commit.
+# 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.
22
def clock_noise
- puts "tock"
23
+ puts ""
24
0 commit comments