summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Exit when signaled HEAD masterBen Asher2016-08-121-0/+2
* The methods in describe should also pass the blockLin Jen-Shin2014-07-071-2/+2
* Specifications with just a name correctly flunks with "not implemented"Roger Norling2014-01-091-1/+1
* drop shadowing warning for Ruby 2.0Christian Neukirchen2013-03-311-1/+3
* Update copyright yearsChristian Neukirchen2012-12-211-1/+1
* Push version to 1.2Christian Neukirchen2012-03-161-1/+1
* Remove passing arguments in #satisfy, simplify argument parsingChristian Neukirchen2012-03-161-8/+2
* Whitespace cleanupChristian Neukirchen2012-03-161-3/+3
* Fix Context#change?Christian Neukirchen2012-02-261-1/+1
* Avoid warning about unused variableMichael Fellinger2011-12-281-1/+1
* Indent nested contexts for SpecDoxOutputGabriel Horner2010-04-141-3/+9
* Merge remote branch 'cldwalker/timer'Christian Neukirchen2010-03-291-1/+2
|\
| * give TestUnitOutput the same timer that Test::Unit hasGabriel Horner2010-03-281-1/+2
* | methods in a context should serve as behavior that is inherited by sibling co...Gabriel Horner2010-03-201-0/+3
|/
* Revert old change that was made because 1.9.0 couldn't rescue a splatted arra...Eloy Duran2009-08-311-11/+2
* Add libs to include path when invoking Test::UnitAnna Gabutero2009-01-221-2/+2
* Allow negated nontrue values outside specsChristian Neukirchen2009-01-101-1/+3
* Push VERSION to 1.1 1.1Christian Neukirchen2008-11-301-1/+1
* Add Knock outputChristian Neukirchen2008-11-301-0/+17
* De-metaprogram and document nested before/afterChristian Neukirchen2008-10-251-10/+11
* Having higher-level after blocks also be run for nested contexts.Yossef Mendelssohn2008-10-241-1/+3
* Cleaning up setting of nested before blocksYossef Mendelssohn2008-10-241-4/+1
* Letting before blocks be run from higher levels in nested contextYossef Mendelssohn2008-10-241-2/+15
* Add option to disable backtracesChristian Neukirchen2008-08-171-3/+6
* Don't %-expand twice in TAP outputChristian Neukirchen2008-08-171-2/+2
* pols-for-at-exitjftucker2008-08-011-0/+1
* Add bacon_rspec.rb to avoid errors when .bacon doesn't existChristian Neukirchen2008-07-061-0/+2
* Push VERSION to 1.0 1.0Christian Neukirchen2008-07-061-1/+1
* Small reformattingChristian Neukirchen2008-07-061-6/+3
* support mappings for subdirs in autotestjftucker2008-06-251-1/+10
* adding autotest supportjftucker2008-06-252-0/+36
* Show exception instead of missing error if a spec is empty because of it.Michael Fellinger m.fellinger@gmail.com2008-03-131-1/+1
* Call after-blocks even if before-blocks or spec raise exceptionsChristian Neukirchen2008-03-021-7/+18
* Count failed requirements tooChristian Neukirchen2008-03-021-1/+1
* ReformatsChristian Neukirchen2008-02-101-1/+1
* Empty specifications are now erroneousChristian Neukirchen2008-02-101-0/+5
* allows multiple arguments to #describe to allow specialized behaviours such asrff.rff2008-01-231-1/+1
* #to_s the argument to describeMichael Fellinger2008-01-191-2/+2
* Flunk if there are no arguments to #itChristian Neukirchen2008-01-181-0/+1
* add should('foo') shortcut for it('should foo')rff.rff2008-01-141-0/+8
* Last minute 0.9Christian Neukirchen2008-01-071-1/+1
* Update copyrightChristian Neukirchen2008-01-071-1/+1
* Tighten codeChristian Neukirchen2008-01-071-32/+13
* Improve TAP outputChristian Neukirchen2008-01-071-2/+2
* behaves_like should take multiple namesMichael Fellinger2007-12-311-2/+4
* Adding Proc#change? to check for changes on repeated calling of proc.Michael Fellinger2007-12-301-0/+8
* Patching for ruby 1.9.0 and removing useless spacesMichael Fellinger2007-12-281-19/+27
* Make code nicerChristian Neukirchen2007-12-051-41/+25
* Add copyrightChristian Neukirchen2007-12-051-0/+6
* Move #close? to NumericChristian Neukirchen2007-12-051-1/+1