Skip to content

Instantly share code, notes, and snippets.

View cice's full-sized avatar
🏠
Working from home

Marian Theisen cice

🏠
Working from home
  • Cisco Systems
  • Düsseldorf, Germany
  • X @em_tyson
View GitHub Profile
@cice
cice / pre-commit
Last active March 9, 2023 08:28 — forked from athiththan11/pre-commit
Git Pre Commit Hook for FIXME TODO
#!/bin/sh
# An hook script to verify changes to be committed do not contain
# any 'DONTCOMMIT:' comments. Called by "git commit" with no arguments.
#
# The hook should exit with non-zero status after issuing an appropriate
# message if it stops the commit.
#
# To bypass this hook, use the "--no-verify" parameter when committing.
# Redirect output to stderr.
@cice
cice / cookie_steps.rb
Created June 22, 2011 13:37 — forked from nruth/cookie_steps.rb
Testing login "remember me" feature with Capybara (rack::test or selenium) - deleting the session cookie (only)