You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 29, 2024. It is now read-only.
antislice edited this page Mar 5, 2013
·
4 revisions
RSpec is the unit testing framework that we're using.
Running tests
/HelloRubyTuesdays> rspec spec/ # runs all the tests
/HelloRubyTuesdays> rspec spec/model/game_spec.rb # runs just the tests for the Game model
/HelloRubyTuesdays> rspec spec/model/game_spec.rb:3 # runs the unit test in the Game spec that's at line 3