Closed junaruga closed 7 years ago
https://travis-ci.org/banister/method_source/builds/237997347 Error
Libraries missing for ruby-1.9.2: libruby.so.1.9. Refer to your system manual for installing libraries Mounting remote ruby failed with status 10, stopping installation. Gemset '' does not exist, 'rvm ruby-1.9.2 do rvm gemset create ' first, or append '--create'.
I guess that we already have Ruby 1.9.3. Ruby 1.9.2 is too much. I will remove it.
The environment is not prepared on default Ubuntu OS. If we will change it to newer Ubuntu OS: Trusty, maybe it will be available. Recently I knew it.
https://travis-ci.org/banister/method_source/builds/238003087 Rbx environment does not exist on Trust OS too.
Try again with rbx-3
.
I know that test-unit
's rbx-3
works on that setting.
https://github.com/test-unit/test-unit/
@banister Done. All the test was passed.
@banister ping :)
This fixes https://github.com/banister/method_source/issues/43 Because Bacon stopped the development.
Bacon is kind of light weight testing framework. So, changing to RSpec was easier than minitest.
I changed testing directory from
test
tospec
becausespec
is default directory for RSpec. I modifiedmethod_source.gemspec
, as I changed test file name.But I want to suggest that you will auto-generate
gemspec
file fromRakefile
byrake gemspec
by yourself. I did not do it this time by myself. Because the gemsepc file has many differences between before and after.Or you can consider static gemspec file such as Ref. https://github.com/rack-test/rack-test/blob/master/rack-test.gemspec https://github.com/rack-test/rack-test/pull/181 Maybe good reference. Yesterday's my work :) https://github.com/rspec/rspec-core/blob/master/rspec-core.gemspec https://github.com/rails/rails/blob/master/activesupport/activesupport.gemspec