Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exit when signaled HEAD master | Ben Asher | 2016-08-12 | 1 | -0/+2 |
| | | | | Closes: #30 [via git-merge-pr] | ||||
* | Merge pull request #22 from godfat/pass-the-block | Christian Neukirchen | 2015-08-11 | 2 | -2/+12 |
|\ | | | | | The methods in describe should also pass the block | ||||
| * | The methods in describe should also pass the block | Lin Jen-Shin | 2014-07-07 | 2 | -2/+12 |
| | | | | | | | | for the nested describe block. | ||||
* | | Merge pull request #27 from rubyists/master | Christian Neukirchen | 2015-05-10 | 1 | -1/+1 |
|\ \ | |/ |/| | Correct link for spec_converter | ||||
| * | Correct link for spec_converter | bougyman | 2015-05-10 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #20 from rogernorling/master | Christian Neukirchen | 2014-01-09 | 1 | -1/+1 |
|\ | | | | | Specifications with just a name correctly flunks with "not implemented" | ||||
| * | Specifications with just a name correctly flunks with "not implemented" | Roger Norling | 2014-01-09 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #17 from tbuehlmann/master | Christian Neukirchen | 2013-05-02 | 1 | -2/+2 |
|\ | | | | | Removed Ruby warning | ||||
| * | Removed Ruby warning by not shadowing opt variable anymore. | Tobias Bühlmann | 2013-05-02 | 1 | -2/+2 |
|/ | |||||
* | silence test suite warning | Christian Neukirchen | 2013-03-31 | 1 | -0/+1 |
| | |||||
* | drop shadowing warning for Ruby 2.0 | Christian Neukirchen | 2013-03-31 | 1 | -1/+3 |
| | |||||
* | enable warnings for test suite | Christian Neukirchen | 2013-03-31 | 1 | -1/+1 |
| | |||||
* | Update README 1.2 | Christian Neukirchen | 2012-12-21 | 1 | -1/+1 |
| | |||||
* | Replace ChangeLog generator | Christian Neukirchen | 2012-12-21 | 1 | -14/+1 |
| | |||||
* | Update copyright years | Christian Neukirchen | 2012-12-21 | 3 | -3/+3 |
| | |||||
* | Rename README README.rdoc | Christian Neukirchen | 2012-12-21 | 3 | -3/+3 |
| | |||||
* | Merge pull request #11 from cldwalker/fix_change_tests | Christian Neukirchen | 2012-03-21 | 2 | -9/+2 |
|\ | | | | | Fix change tests for jruby and sometimes 1.8.7 | ||||
| * | all tests green - remove allowed_failures for travis | Gabriel Horner | 2012-03-20 | 1 | -7/+0 |
| | | |||||
| * | fix should.change tests failing intermittently on jruby + 1.8.7 | Gabriel Horner | 2012-03-20 | 1 | -2/+2 |
|/ | | | | | see http://travis-ci.org/#!/cldwalker/bacon/builds/910141 tests were running so fast that Time.now remains the same | ||||
* | Update README | Christian Neukirchen | 2012-03-16 | 1 | -0/+9 |
| | |||||
* | Add travis to see tests pass on supported rubies | Gabriel Horner | 2012-03-16 | 1 | -0/+19 |
| | |||||
* | Push version to 1.2 | Christian Neukirchen | 2012-03-16 | 2 | -2/+2 |
| | |||||
* | Add tests for should.== | Christian Neukirchen | 2012-03-16 | 1 | -0/+8 |
| | | | | Proposed by Gabriel Horner <gabriel.horner@gmail.com>. | ||||
* | Remove passing arguments in #satisfy, simplify argument parsing | Christian Neukirchen | 2012-03-16 | 1 | -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 cleanup | Christian Neukirchen | 2012-03-16 | 2 | -16/+16 |
| | |||||
* | Add specs for change? | Christian Neukirchen | 2012-02-26 | 1 | -0/+17 |
| | |||||
* | Fix Context#change? | Christian Neukirchen | 2012-02-26 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'jeffkreeftmeijer/master' | Christian Neukirchen | 2011-12-28 | 3 | -46/+26 |
|\ | |||||
| * | Move the Gem::Specification to bacon.gemspec | Jeff Kreeftmeijer | 2011-01-16 | 3 | -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/master | Christian Neukirchen | 2011-12-28 | 2 | -5/+4 |
|\ \ | |/ |/| | Two minor fixes | ||||
| * | Avoid warning about unused variable | Michael Fellinger | 2011-12-28 | 1 | -1/+1 |
| | | |||||
| * | Update deprecated calls in rakefile | Michael Fellinger | 2011-12-28 | 1 | -4/+3 |
|/ | |||||
* | Indent nested contexts for SpecDoxOutput | Gabriel Horner | 2010-04-14 | 1 | -3/+9 |
| | | | | Based on similar patch from http://github.com/wvl/bacon/commit/af940dbeb789f5eef2d998e227e5425d | ||||
* | Merge remote branch 'cldwalker/timer' | Christian Neukirchen | 2010-03-29 | 1 | -1/+2 |
|\ | |||||
| * | give TestUnitOutput the same timer that Test::Unit has | Gabriel Horner | 2010-03-28 | 1 | -1/+2 |
| | | |||||
* | | methods in a context should serve as behavior that is inherited by sibling ↵ | Gabriel Horner | 2010-03-20 | 2 | -0/+19 |
|/ | | | | contexts | ||||
* | Add support for finding specs with RSpec style naming. | Eoin Hennessy | 2010-01-17 | 1 | -0/+1 |
| | |||||
* | Add ChangeLog as gem dependency | Christian Neukirchen | 2009-09-22 | 1 | -0/+2 |
| | | | | reported by lian | ||||
* | Revert old change that was made because 1.9.0 couldn't rescue a splatted ↵ | Eloy Duran | 2009-08-31 | 3 | -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::Unit | Anna Gabutero | 2009-01-22 | 1 | -2/+2 |
| | |||||
* | Update homepage | Christian Neukirchen | 2009-01-11 | 1 | -1/+1 |
| | |||||
* | Allow negated nontrue values outside specs | Christian Neukirchen | 2009-01-10 | 1 | -1/+3 |
| | |||||
* | Added test for nontrue values outside specs | Ian Dees | 2009-01-10 | 1 | -0/+14 |
| | |||||
* | Push VERSION to 1.1 1.1 | Christian Neukirchen | 2008-11-30 | 1 | -1/+1 |
| | |||||
* | Last fixes | Christian Neukirchen | 2008-11-30 | 3 | -33/+39 |
| | |||||
* | Update README | Christian Neukirchen | 2008-11-30 | 1 | -3/+27 |
| | |||||
* | Add Knock output | Christian Neukirchen | 2008-11-30 | 2 | -0/+20 |
| | |||||
* | De-metaprogram and document nested before/after | Christian Neukirchen | 2008-10-25 | 2 | -11/+15 |
| | |||||
* | Having higher-level after blocks also be run for nested contexts. | Yossef Mendelssohn | 2008-10-24 | 2 | -1/+4 |
| | |||||
* | Cleaning up setting of nested before blocks | Yossef Mendelssohn | 2008-10-24 | 1 | -4/+1 |
| |