Revisions of rubygem-rr

Jordi Massaguer's avatar Jordi Massaguer (jordimassaguerpla) committed (revision 7)
update to new packaging scheme
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 6)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 5)
update
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 4)
- updated to version 1.1.0
 * Fix a line in RR::Injections::DoubleInjection to use top-level RR constant
   ([#3][i3]) [[@Thibaut][Thibaut]]
 * Fix all wildcard matches so they work within hashes and arrays. This means
   that `stub([hash_containing(:foo => 'bar')])` will match
   `stub([{:foo => 'bar', :baz => 'qux'}])`. ([#4][i4])
 * RR now auto-hooks into whichever test framework you have loaded; there is no
   longer a need to `include RR::Adapters::Whatever` into your test framework. If
   you don't like the autohook and prefer the old way, simply use
   `require 'rr/without_autohook'` instead of `require 'rr'`. (There are now
   nine adapters; see [lib/rr/autohook.rb][autohook] for the full list.)
 * Fix Test::Unit adapters to ensure that any additional teardown is completely
   run in the event that RR's verify step produces an error. This was causing
   weirdness when using Test::Unit alongside Rails. ([#2][i2])
 * Add an explicit Test::Unit / ActiveSupport adapter. As ActiveSupport::TestCase
   introduces its own setup/teardown hooks, use these when autohooking in RR.
   ([#2][i2])
 * Add support for Minitest 5
 * Upon release, the tests are now packaged up and uploaded to S3. This is for
   Linux distros like Fedora who wrap gems in RPM packages. You can always find
   the latest tests at <http://s3.amazonaws.com/rubygem-rr/tests/vX.Y.Z.tar.gz>,
   where X.Y.Z represents a version. I have retroactively packaged the tests for
   1.0.4 and 1.0.5.
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 3)
- updated to version 1.0.5
Stephan Kulow's avatar Stephan Kulow (coolo) committed (revision 2)
updated with gem2rpm
Pavol Rusnak's avatar Pavol Rusnak (prusnak) committed (revision 1)
- created package
Displaying all 13 revisions
openSUSE Build Service is sponsored by