Ticket #24 (assigned task)

Opened 1 year ago

Last modified 1 year ago

Convert Test::Unit tests to RSpec specifications

Reported by: ged Assigned to: ged (accepted)
Priority: high Milestone: Resurrection/Unhibernation
Component: GameWorld Version: 1.0
Severity: critical Keywords: rspec test::unit convert testing tests
Cc:

Description

J and I have started to use RSpec at work, and have found it to be much easier to use and less produce less fragile test than Test::Unit. So to restart our efforts, familiarize ourselves with the code again, and make future development easier/more lickable, we're going to convert all the old stuff to RSpec.

  • Create a new trunk/spec directory to house the new tests.
  • Create a toplevel trunk/Rakefile to make doing stuff like running tests and stuff more easier-iest-er.
  • Delete the old trunk/tests/ directory once all the tests are converted.

Change History

06/09/07 15:19:05 changed by ged

  • milestone changed from ObservationEpic to Resurrection/Unhibernation.

06/09/07 15:19:41 changed by ged

  • priority changed from normal to high.
  • status changed from new to assigned.