Once I discovered that you are using braid to track buildr and solving the
problem with the outdated version_requirements I am stuck with the following
problem:
Under https://github.com/ngiger/buildr4osgi/tree/update_to_1_4_6 you can see a
branch in my repository where I started with your last checkins. Then I
- updated it to buildr/trunk using braid update
- created rakelib/package.rake and rakelib/rspec.rake
- Added Gemfile & update buildr4osgi.gemspec to be able to use bundle
- I postponed including my patches as I want to make buildr4osgi the rspecs
before changing anything else.
- Running rake spec --trace 2>&1 | tee spec.log failed after a few tests (see
attached log)
- Running rspec spec/osgi/project_extension_spec.rb 2>&1 | tee
project_extension_spec.log produced an awful lot of failures
Are failure like the first one 'expected nil, got []' caused because I am
running ruby 1.9.3. With which version of ruby did you test the last time?
Do you have any ideas, why it fails? Thanks in advance.
Please review also the changes I made.
Cheers
Niklaus
Attachments:- spec.log- project_extension_spec.log