Skip to content

Instantly share code, notes, and snippets.

View pzol's full-sized avatar

Piotr Zolnierek pzol

View GitHub Profile
# encoding: utf-8
# Run this with 1.9.2 or 1.9.3
require 'psych'
require 'minitest/autorun'
require 'date'
class ZOMGTest < MiniTest::Unit::TestCase
# Quoted strings are assumed to be Strings
@nu7hatch
nu7hatch / Gemfile
Created August 4, 2010 09:32
Padrino authentication with Warden
# ...
gem 'padrino-warden', :git => "git://github.com/zmack/padrino-warden.git"
gem 'authtools'