We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5bbd54 commit 6eed040Copy full SHA for 6eed040
lib/tasks/la_vague.rake
@@ -84,11 +84,11 @@ namespace :la_vague do
84
85
# Booking for both users
86
begin
87
- puts "Booking for User 1..."
88
- book_for_user(ENV["LA_VAGUE_USERNAME_LIONEL"], ENV["LA_VAGUE_PASSWORD_LIONEL"])
89
- puts "Successfully booked for User 1."
+ # puts "Booking for User 1..."
+ # book_for_user(ENV["LA_VAGUE_USERNAME_LIONEL"], ENV["LA_VAGUE_PASSWORD_LIONEL"])
+ # puts "Successfully booked for User 1."
90
91
- sleep 10
+ # sleep 10
92
93
puts "Booking for User 2..."
94
0 commit comments