Skip to content

Instantly share code, notes, and snippets.

@TheNicholasNick
Created January 12, 2009 12:26
Show Gist options
  • Save TheNicholasNick/45978 to your computer and use it in GitHub Desktop.
Save TheNicholasNick/45978 to your computer and use it in GitHub Desktop.
Merb Ticket 1181
# FROM
BUNDLED_SPECS = File.join(Dir.pwd, "gems", "specifications")
# TO
BUNDLED_SPECS = File.join(File.expand_path(File.dirname(__FILE__)), "..", "gems", "specifications")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment