Skip to content

Instantly share code, notes, and snippets.

View jcamblan's full-sized avatar
🌦️
Working from home

Julien jcamblan

🌦️
Working from home
View GitHub Profile
@adrienpoly
adrienpoly / application.html.erb
Last active March 22, 2024 08:14
Capybara / Stimulus test helper to ensure JS is ready when test starts
<!DOCTYPE html>
<html>
<head>
...
</head>
<body data-controller="js">
<%= yield %>
</body>
</html>