Re: .manifest file?

2012-11-13 Thread Eric Wong
mike wrote: > Just switched form a zip download to pulling the master branch of git. > The .gemspec file is trying to parse a .manifest. Was this supposed to > be included or generated? I am just poking around about it now. It should be autogenerated with "make gem" (wrongdoc (a dev-dependency)

.manifest file?

2012-11-13 Thread mike
Just switched form a zip download to pulling the master branch of git. The .gemspec file is trying to parse a .manifest. Was this supposed to be included or generated? I am just poking around about it now. Thanks for your time, -Mike Thompson ___ Unicor

Re: Testing Unicorn on Rubinius

2012-11-13 Thread Eric Wong
mike wrote: > I was able to (I think) get the test suite running using bundler. It > fails right now with a few different error but I am pushing through. > Thanks a ton for your time and responding so quickly. Also for > pointing out the RUBYOPT thing. Cool, in case you do hit errors, I just push

[PATCH] tests: remove assert_nothing_raised (part 2)

2012-11-13 Thread Eric Wong
assert_nothing_raised ends up hiding errors and backtraces, making things harder to debug. Since Test::Unit already fails on uncaught exceptions, there is no need to assert on the lack of exceptions for a successful test run. This is a followup to commit 5acf5522295c947d3118926d1a1077007f615de9 -

Re: Testing Unicorn on Rubinius

2012-11-13 Thread mike
I was able to (I think) get the test suite running using bundler. It fails right now with a few different error but I am pushing through. Thanks a ton for your time and responding so quickly. Also for pointing out the RUBYOPT thing. -Mike Thompson On Tue, Nov 13, 2012 at 01:05:20AM +, Eric Wo

Re: Testing Unicorn on Rubinius

2012-11-13 Thread mike
I was able to (I think) get the test suite running using bundler. It fails right now with a few different error but I am pushing through. Thanks a ton for your time and responding so quickly. Also for pointing out the RUBYOPT thing. -Mike Thompson On Tue, Nov 13, 2012 at 01:05:20AM +, Eric Wo