On Tue, 2012-07-31 at 14:33 +0200, [email protected] wrote:
> This patch will add support for CIMI collection testing.
More ruby 1.8 pain:
>ruby tests/cimi/spec/cimi/model/machine_spec.rb
tests/cimi/spec/cimi/model/machine_spec.rb:17:in `require': no such
file to load -- minitest/autorun (LoadError)
from tests/cimi/spec/cimi/model/machine_spec.rb:17
and
>ruby -rubygems tests/cimi/spec/cimi/model/machine_spec.rb
tests/cimi/spec/cimi/model/machine_spec.rb:17: undefined method
`require_relative' for main:Object (NoMethodError)
and
>bundle eexec ruby tests/cimi/spec/cimi/model/machine_spec.rb
tests/cimi/spec/cimi/model/machine_spec.rb:17: undefined method
`require_relative' for main:Object (NoMethodError)
as well as
>rake test:cimi:models
./tests/cimi/spec/spec_helper.rb:17:in `require': no such file to load
-- minitest/autorun (LoadError)
from ./tests/cimi/spec/spec_helper.rb:17
rake aborted!
Command failed with status (1): [/usr/bin/ruby -I"lib"
-r./tests/cimi/spec/...]
Tasks: TOP => test:cimi:models
(See full trace by running task with --trace)
But the code looks great ;)
David