以下の内容はhttps://chulip.org/entry/20110708/1310049024より取得しました。


RSpecインストールの仕方

忘れてさがすの面倒なのでそのまま引用してメモする。Rails3系はいっぱい転がってるのでまた今度

Install rspec and rspec-rails plugins for Rails >= 2.1.0
ruby script/plugin install git://github.com/dchelimsky/rspec.git -r 'refs/tags/1.2.9'
ruby script/plugin install git://github.com/dchelimsky/rspec-rails.git -r 'refs/tags/1.2.9'
ruby script/generate rspec

(change 1.2.9 to the latest gem released version)

Install rspec and rspec-rails plugins for Rails < 2.1.0
cd vendor/plugins
git clone git://github.com/dchelimsky/rspec.git
git clone git://github.com/dchelimsky/rspec-rails.git
cd rspec
git checkout 1.1.8
cd ../rspec-rails
git checkout 1.1.8
cd ..
rm -rf rspec/.git
rm -rf rspec-rails/.git
cd ../../
ruby script/generate rspec



以上の内容はhttps://chulip.org/entry/20110708/1310049024より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14