Skip to content

Instantly share code, notes, and snippets.

@konklone
Created July 27, 2009 18:44
Show Gist options
  • Save konklone/156669 to your computer and use it in GitHub Desktop.
Save konklone/156669 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'wirble'
Wirble.init
Wirble.colorize
# if I'm in a Rails app
require 'test/factories' if File.exists?('test/factories.rb')
require 'congrelate' if File.exists?('congrelate.rb')
require 'photos' if File.exists?('photos.rb')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment