2012-02-17 :-(
_ 夜
1845 宴会
_ bundle install アレ
hsbt さんからツッコミを頂いた[ 20120215#c01 ]
% bundle install --path ~/.bundle --without development Fetching source index for http://rubygems.org/ Using rake (0.9.2.2) Using addressable (2.2.6) Using mime-types (1.17.2) Using nokogiri (1.5.0) Using rack (1.4.1) Using rack-test (0.6.1) Using ffi (1.0.11) Using childprocess (0.3.0) Using multi_json (1.0.4) Using rubyzip (0.9.5) Using selenium-webdriver (2.17.0) Using xpath (0.1.4) Using capybara (1.1.2) Using net-http-digest_auth (1.2) Using net-http-persistent (1.9) Using webrobots (0.0.13) Using mechanize (2.0.1) Using capybara-mechanize (0.3.0.rc3) Using coffee-script-source (1.2.0) Using execjs (1.3.0) Using coffee-script (2.2.0) Using diff-lcs (1.1.3) Installing hike (1.2.1) Installing launchy (2.0.5) Installing rspec-core (2.8.0) Installing rspec-expectations (2.8.0) Installing rspec-mocks (2.8.0) Installing rspec (2.8.0) Installing simplecov-html (0.5.3) Installing simplecov (0.5.4) Installing tilt (1.3.3) Installing sprockets (2.3.0) Installing thor (0.14.6) Installing tapp (1.3.0) Installing test-unit (2.4.5) Using bundler (1.0.15) Your bundle is complete! It was installed into /home/rin/.bundle
ヽ( ´ー`)ノ
--without development は Gemfile に書いてある :development グループの gem を無視するという意味です。<br>今回はテストを実行したいだけなので、無視してインストールすればいいかなあと思いました。<br><br>テストだけではなくて、ローカルにサーバーを立てて動かしてみたいというなら :development の gem をインストールする必要があります。<br><br>ということを何処かに書いた方がいいですね。
オス。サーバー立てられるほうがテストの幅が広がりそうなので気力があったら追試します (´・ω・`)