public
Description: Script to run focused tests and focused specs using a single api
Homepage:
Clone URL: git://github.com/btakita/focused-test.git
name age message
file .gitignore Sun Apr 12 00:22:54 -0700 2009 Ignoring gems. [btakita]
file CHANGES Loading commit data...
file README.markdown
file Rakefile Sun Apr 12 00:21:07 -0700 2009 Created 0.1.0 gemspec. Added bin/focused-test [btakita]
file VERSION.yml
directory bin/
file focused-test.gemspec
directory lib/
directory spec/
README.markdown

Focused Test

Focused test allows focused tests to be run via a single api for multiple test frameworks. Supported framework include:

  • Rspec
  • Test Unit
  • Shoulda

Special Thanks To

  • Neal Clark for a patch adding Shoulda support