Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
RailsなしでRSpecを使用してRubyでTDDを行うプロセスは何ですか?
Gemfile は必要ですか? その中にrspecだけが必要ですか?
ルビー1.9.3
プロジェクトディレクトリ内から...
gem install rspec rspec --init
次に、作成したスペックディレクトリにスペックを書き込み、を介して実行します。
rspec 'path to spec' # or just rspec to run them all