2008-11-01から1ヶ月間の記事一覧

autotest

cp /usr/lib/ruby/gems/1.8/gems/ZenTest-3.11.0/example_dot_autotest.rb ~/.autotest

rspec

Sqlite3Error in 'resource(:articles) GET has a list of articles' no such table: articles とか出るのはdbの設定が開発時とテスト時で異なっているため とりあえず、 test: のようにやっておけば動く

準備

rspecの前に webrat のインストールが必要。 webratのインストール前に xml xsltまわりのライブラリが必要