Skip to content

Instantly share code, notes, and snippets.

@njwest
Created July 20, 2024 18:36
Show Gist options
  • Save njwest/e6e341928d534fe9d272ac4f19f932df to your computer and use it in GitHub Desktop.
Save njwest/e6e341928d534fe9d272ac4f19f932df to your computer and use it in GitHub Desktop.
@test_email "test@example.com"
@limit 2
setup do
# Empty the login attempt bucket for @test_email before each test
ExRated.delete_bucket("login_attempt:#{@test_email}")
:ok
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment