OSDN Git Service

READMEを修正
authorYOSHIDA Hiroki <hyoshida@appirits.com>
Sat, 1 Jun 2013 15:35:41 +0000 (00:35 +0900)
committerYOSHIDA Hiroki <hyoshida@appirits.com>
Sun, 2 Jun 2013 18:38:00 +0000 (03:38 +0900)
README

diff --git a/README b/README
index 85c8b15..b4b359e 100644 (file)
--- a/README
+++ b/README
@@ -56,7 +56,6 @@ image_submit_tag_ext
 CentOS 6.4でのインストールを想定しています。
  前提条件は以下となります。
  -CentOS 6.4 minimal をインストール済み
- -ダウンロードページからエレコマをダウンロード済み
 
 1. rubyのインストール
 # yum -y groupinstall "Base" "Development tools"
@@ -265,10 +264,8 @@ http://www.artonx.org/collabo/backyard/?LhaLibEn
 
 rspecの実行
 --------------------------------------------------------------------------------
-$ rake spec
+$ ruby script/spec spec
 このコマンドを発行するとユニットテストが実行されます。
-※ $ ruby script/spec ./spec
-   でも実行可能です。
 
 
 ================================================================================