x === y
checks if y belongs to x group.
String === "hello" # true
String === 1 # false
(1..10) === 3 # true
#Easy search | |
#Running test internaly | |
Shortcut to run a specific test | |
Link in the console on the errors | |
Step by step debugging | |
#Jump to function def | |
#Refactor |
#Go to the release branch
git checkout RELEASE_date
#Pull the last changes
git pull origin RELEASE_date