2009-04-01から1日間の記事一覧

RSpecをgitでインストール

Rails2.1から、rspecのインストールがgitでできます。 そこで、gitでインストールしてみました。まずは、gitをインストール $ wget http://kernel.org/pub/software/scm/git/git-1.6.2.tar.gz $ tar xvzf git-1.6.2.tar.gz $ cd git-1.6.2 $ ./configure --p…