I've defined an environment variable in the TextMate preferences with an all lowercase name. That environment variable is not available to my program/tests when I run RSpec inside TextMate. But when the first letter of the environment variable is a capital letter I do have access to it.
Is this a problem with TextMate or the RSpec bundle?