summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Push VERSION to 1.1 1.1Christian Neukirchen2008-11-301-1/+1
* Last fixesChristian Neukirchen2008-11-303-33/+39
* Update READMEChristian Neukirchen2008-11-301-3/+27
* Add Knock outputChristian Neukirchen2008-11-302-0/+20
* De-metaprogram and document nested before/afterChristian Neukirchen2008-10-252-11/+15
* Having higher-level after blocks also be run for nested contexts.Yossef Mendelssohn2008-10-242-1/+4
* Cleaning up setting of nested before blocksYossef Mendelssohn2008-10-241-4/+1
* Ensuring that nested before blocks are run in the correct orderYossef Mendelssohn2008-10-241-0/+8
* Ensuring that before blocks don't bleed into sibling levelsYossef Mendelssohn2008-10-241-0/+6
* Letting before blocks be run from higher levels in nested contextYossef Mendelssohn2008-10-242-2/+34
* Move to gitChristian Neukirchen2008-10-042-2/+11
* Add option to disable backtracesChristian Neukirchen2008-08-173-3/+12
* 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
* Update READMEChristian Neukirchen2008-07-061-0/+31
* Allow 50 lines more codeChristian Neukirchen2008-07-062-2/+2
* Suppress warnings when the suite loads Bacon againChristian Neukirchen2008-07-061-0/+2
* support spec/test subdirs for -ajftucker2008-06-251-3/+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-103-7/+6
* Empty specifications are now erroneousChristian Neukirchen2008-02-102-1/+7
* Improve require for lib/baconMichael Fellinger2008-02-103-5/+3
* allows multiple arguments to #describe to allow specialized behaviours such asrff.rff2008-01-232-1/+30
* #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-142-0/+42
* Last minute 0.9Christian Neukirchen2008-01-072-1/+6
* Update copyrightChristian Neukirchen2008-01-073-3/+3
* Tighten codeChristian Neukirchen2008-01-071-32/+13
* Update READMEChristian Neukirchen2008-01-071-0/+2
* Add bacon -o FORMATChristian Neukirchen2008-01-072-2/+8
* Improve TAP outputChristian Neukirchen2008-01-072-8/+8
* 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
* Fix RakefileChristian Neukirchen2007-12-051-4/+4
* Integrate RakefileChristian Neukirchen2007-12-051-1/+1
* Add RakefileChristian Neukirchen2007-12-051-0/+133
* Add READMEChristian Neukirchen2007-12-051-0/+219
* Add copyrightChristian Neukirchen2007-12-052-0/+24
* Move #close? to NumericChristian Neukirchen2007-12-051-1/+1
* Add flunkingChristian Neukirchen2007-12-052-3/+10