Closed ygotoh closed 10 years ago
HI, @ConradIrwin , @kyrylo .
I wrote backporting patch to use TracePointAPI on MRIv2.0 series. unfortunately, It seems that TravisCI hasn't supports test with 2.0.0-p451 yet. RSpec tests on my local environment is passed (below). and 2.0.0-p353 tests on Travis is passed, too.
2.0.0-p451
2.0.0-p353
best,
$ ruby --version ruby 2.0.0p451 (2014-02-24 revision 45167) [i686-linux] $ rspec spec -r ./spec/spec_helpers.rb .......... Finished in 0.07852 seconds 10 examples, 0 failures '''
Thank you, @ygotoh!
HI, @ConradIrwin , @kyrylo .
I wrote backporting patch to use TracePointAPI on MRIv2.0 series. unfortunately, It seems that TravisCI hasn't supports test with
2.0.0-p451
yet. RSpec tests on my local environment is passed (below). and2.0.0-p353
tests on Travis is passed, too.best,