By default Rails provides these task to test_unit tests:
> rake -Trake test:recent # Run tests for recenttest:prepare / Test recent changes rake test:uncommitted # Run tests for uncommittedtest:prepare / Test changes since last checkin (only Subversion and Git)
I wonder if somebody has readymade spec:recent and spec:uncommitted to share.
Sincerely, Evgeniy _______________________________________________ rspec-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/rspec-users
