summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Exit when signaled HEAD masterBen Asher2016-08-121-0/+2
| | | | Closes: #30 [via git-merge-pr]
* Merge pull request #22 from godfat/pass-the-blockChristian Neukirchen2015-08-112-2/+12
|\ | | | | The methods in describe should also pass the block
| * The methods in describe should also pass the blockLin Jen-Shin2014-07-072-2/+12
| | | | | | | | for the nested describe block.
* | Merge pull request #27 from rubyists/masterChristian Neukirchen2015-05-101-1/+1
|\ \ | |/ |/| Correct link for spec_converter
| * Correct link for spec_converterbougyman2015-05-101-1/+1
|/
* Merge pull request #20 from rogernorling/masterChristian Neukirchen2014-01-091-1/+1
|\ | | | | Specifications with just a name correctly flunks with "not implemented"
| * Specifications with just a name correctly flunks with "not implemented"Roger Norling2014-01-091-1/+1
|/
* Merge pull request #17 from tbuehlmann/masterChristian Neukirchen2013-05-021-2/+2
|\ | | | | Removed Ruby warning
| * Removed Ruby warning by not shadowing opt variable anymore.Tobias Bühlmann2013-05-021-2/+2
|/
* silence test suite warningChristian Neukirchen2013-03-311-0/+1
|
* drop shadowing warning for Ruby 2.0Christian Neukirchen2013-03-311-1/+3
|
* enable warnings for test suiteChristian Neukirchen2013-03-311-1/+1
|
* Update README 1.2Christian Neukirchen2012-12-211-1/+1
|
* Replace ChangeLog generatorChristian Neukirchen2012-12-211-14/+1
|
* Update copyright yearsChristian Neukirchen2012-12-213-3/+3
|
* Rename README README.rdocChristian Neukirchen2012-12-213-3/+3
|
* Merge pull request #11 from cldwalker/fix_change_testsChristian Neukirchen2012-03-212-9/+2
|\ | | | | Fix change tests for jruby and sometimes 1.8.7
| * all tests green - remove allowed_failures for travisGabriel Horner2012-03-201-7/+0
| |
| * fix should.change tests failing intermittently on jruby + 1.8.7Gabriel Horner2012-03-201-2/+2
|/ | | | | see http://travis-ci.org/#!/cldwalker/bacon/builds/910141 tests were running so fast that Time.now remains the same
* Update READMEChristian Neukirchen2012-03-161-0/+9
|
* Add travis to see tests pass on supported rubiesGabriel Horner2012-03-161-0/+19
|
* Push version to 1.2Christian Neukirchen2012-03-162-2/+2
|
* Add tests for should.==Christian Neukirchen2012-03-161-0/+8
| | | | Proposed by Gabriel Horner <gabriel.horner@gmail.com>.
* Remove passing arguments in #satisfy, simplify argument parsingChristian Neukirchen2012-03-161-8/+2
| | | | | | | This feature was never used and triggers a JRuby bug: http://jira.codehaus.org/browse/JRUBY-6550 Proposed by Gabriel Horner <gabriel.horner@gmail.com>.
* Whitespace cleanupChristian Neukirchen2012-03-162-16/+16
|
* Add specs for change?Christian Neukirchen2012-02-261-0/+17
|
* Fix Context#change?Christian Neukirchen2012-02-261-1/+1
|
* Merge remote-tracking branch 'jeffkreeftmeijer/master'Christian Neukirchen2011-12-283-46/+26
|\
| * Move the Gem::Specification to bacon.gemspecJeff Kreeftmeijer2011-01-163-47/+26
| | | | | | | | | | So the gem can be built and released using gem build and gem push and to allow tools like Bundler to install Bacon from git or from the local filesystem.
* | Merge pull request #6 from manveru/masterChristian Neukirchen2011-12-282-5/+4
|\ \ | |/ |/| Two minor fixes
| * Avoid warning about unused variableMichael Fellinger2011-12-281-1/+1
| |
| * Update deprecated calls in rakefileMichael Fellinger2011-12-281-4/+3
|/
* Indent nested contexts for SpecDoxOutputGabriel Horner2010-04-141-3/+9
| | | | Based on similar patch from http://github.com/wvl/bacon/commit/af940dbeb789f5eef2d998e227e5425d
* 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 ↵Gabriel Horner2010-03-202-0/+19
|/ | | | contexts
* Add support for finding specs with RSpec style naming.Eoin Hennessy2010-01-171-0/+1
|
* Add ChangeLog as gem dependencyChristian Neukirchen2009-09-221-0/+2
| | | | reported by lian
* Revert old change that was made because 1.9.0 couldn't rescue a splatted ↵Eloy Duran2009-08-313-13/+4
| | | | | | array of Exception classes. MacRuby currently can't use when with the same array and 1.9.2dev does. Also some other minor changes which didn't work currently on 1.9.2dev, but are nicer anyway imo.
* Add libs to include path when invoking Test::UnitAnna Gabutero2009-01-221-2/+2
|
* Update homepageChristian Neukirchen2009-01-111-1/+1
|
* Allow negated nontrue values outside specsChristian Neukirchen2009-01-101-1/+3
|
* Added test for nontrue values outside specsIan Dees2009-01-101-0/+14
|
* 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
|