2008/10/19 PEZ <[EMAIL PROTECTED]> > > Easy peasy. Of course I installed git first. And then I must have > checked out the file wrongly because I got a file named gistfile1.rbx.
Heh. Even though every gist is a small git repo, you don't need git to check a single file out. Every file in gist has a "raw" link that fetches the raw source of the file which you can save from the browser or pull from the command line: curl http://gist.github.com/raw/GIST-ID/HASH > whatever_you_may_call_it.rb Running it I was told to install rspec. But then the tests ran. It's good that you have rspec and git now. Soon you'll discover you can't live without them ;) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/haml?hl=en -~----------~----~----~----~------~----~------~--~---
