これは、TDDBCのRuby向けRSpecプロジェクトです。
- ruby 2.1以降
gem install bundler
bundle install
rspec
コマンドを実行して
$ rspec
Sample
#say
Using expect to
should say 'Hello TDD BootCamp!'
Using subject it should
should eq "Yeah! TDD BootCamp!"
Finished in 0.00218 seconds (files took 0.1389 seconds to load)
2 examples, 0 failures
のようにテストが正常終了すればOKです。
guard
コマンドを実行すると入力待ちの状態になるので、あとはファイルが変更される度にテストが実行されます
OSごとに下記のソフトを入れるとテスト結果がOS毎の通知欄に表示されます
notifu: http://www.paralint.com/projects/notifu/
growl: http://growl.info/
libnotify: https://developer.gnome.org/libnotify/