summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow using Object#should outside of contexts providing boolean returnChristian Neukirchen2007-12-051-3/+8
* Move summary outputter to lib/bacon.rbChristian Neukirchen2007-12-052-8/+14
* Fix output of summaryChristian Neukirchen2007-12-051-1/+1
* Add identical_to/same_asChristian Neukirchen2007-12-052-1/+12
* Remove debugging statementsChristian Neukirchen2007-12-052-4/+0
* Refactor testsChristian Neukirchen2007-12-051-14/+7
* Test Context#should.{throw,raise}Christian Neukirchen2007-12-052-0/+8