travis-api/spec
Brian Ford 51a07c892b Update spec/support/matchers.rb
Rubinius does not yet destructure block (or method) arguments in 1.9 mode. This change makes the specs pass on Rubinius. It's not clear to me why destructering is being used here. Ruby will already destructure a single Array-ish argument into separate block argument locals. In this case, unless you want, give `a, b` passed, `name, content = a` and NOT `name, content = a, b`, the unparenthesized (ie non-extra-level-destructuring) should work fine. If that makes any sense. :)
2012-10-11 14:58:45 -07:00
..
integration fix specs for cors 2012-10-11 14:07:51 +02:00
support Update spec/support/matchers.rb 2012-10-11 14:58:45 -07:00
unit fix specs for cors 2012-10-11 14:07:51 +02:00
spec_helper.rb on 404 redirect for /owner/name paths on v1 2012-10-10 01:47:12 +02:00