summary refs log tree commit diff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add flunkingChristian Neukirchen2007-12-051-3/+5
* Allow using Object#should outside of contexts providing boolean returnChristian Neukirchen2007-12-051-3/+8
* Move summary outputter to lib/bacon.rbChristian Neukirchen2007-12-051-0/+13
* Fix output of summaryChristian Neukirchen2007-12-051-1/+1
* Add identical_to/same_asChristian Neukirchen2007-12-051-1/+4
* Remove debugging statementsChristian Neukirchen2007-12-051-3/+0
* Test Context#should.{throw,raise}Christian Neukirchen2007-12-051-0/+4
* Add should.throwChristian Neukirchen2007-12-051-0/+8
* Implement -n and -t for filtering on context/specification namesChristian Neukirchen2007-12-051-1/+6
* Add shared contextsChristian Neukirchen2007-12-051-3/+14
* Make directives belong to Kernel and privateChristian Neukirchen2007-12-051-0/+4
* Clear up error reportingChristian Neukirchen2007-12-051-1/+1
* Add TAP generatorChristian Neukirchen2007-12-051-1/+27
* Add Test::Unit-like output (-q)Christian Neukirchen2007-05-311-15/+45
* Add standalone runner, bin/baconChristian Neukirchen2007-05-311-0/+3