public
Description: Rails plugin to make testing Rails on test/spec easier.
Homepage: http://fingertips.github.com
Clone URL: git://github.com/Fingertips/on-test-spec.git
name age message
file .gitignore Mon Aug 24 03:48:26 -0700 2009 Add pkg/ to .gitignore [evilchelu]
file LICENSE Thu Mar 13 06:50:46 -0700 2008 Roll with our own spec helpers. [Manfred]
file README Wed Apr 01 01:15:35 -0700 2009 Added short readme about autotes. [alloy]
file Rakefile Mon Aug 24 04:42:03 -0700 2009 Fix gemspec name [evilchelu]
file VERSION.yml Tue Nov 03 03:10:15 -0800 2009 Add response macros. Adds a should.not_find ma... [Manfred]
file dot.autotest Wed Apr 01 01:11:48 -0700 2009 Added a test/spec compatible .autotest mappings... [alloy]
directory lib/ Tue Nov 03 03:10:15 -0800 2009 Add response macros. Adds a should.not_find ma... [Manfred]
file on-test-spec.gemspec Thu Sep 24 04:58:40 -0700 2009 Regenerated gemspec for version 0.2.3 [alloy]
directory test/ Tue Nov 03 03:10:15 -0800 2009 Add response macros. Adds a should.not_find ma... [Manfred]
README
On Test Spec
------------

Makes testing Rails apps with test/spec easier and more fun. Created with a
half eye on the test_spec_on_rails plugin, thanks!

Autotest
--------

To use autotest with test/spec on Rails, copy the "dot.autotest" sample file to
your project's root directory and name it ".autotest". Edit the file if you
need any custom mappings.