This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Loading…
Labels












This is a bummer. I think an environment variable is missing. Can you create a command real quick that outputs the environment to a new document?
New command
!/usr/bin/ruby
require 'pp'
pp ENV
input -> none
output -> new document (or something like that)
then paste the contents back here.
Thanks!
Love the lack of preview button :S
input -> none
output -> Create New Document
Actually, I know why this is happening. I'm running the specs using the RSpec bundle, so I am relying on the TextMate environment being set already for me.
These are not the greatest tests I've ever written and could use some reworking.