Textmate 2 Ruby Run settings fro current directory

I have Ruby 2.0.0 and TextMate 2 playing along nicely, after some
TM_RUBY settings from
RVM in TextMate 2.

However

I have

/Users/koos/Developments/RubyDevs/RubyTests/RubyLearn/Test1.rb and
/Users/koos/Developments/RubyDevs/RubyTests/RubyLearn/Test2.rb

Test1.rb has File.open(“Test2.rb”)

In TM 1.5 this worked, whether I open TM at the RubyDevs levels and
drill down, or if I open TM at the RubyLearn level.

In TM2 it gets “no such file or directory” if I open at RubyDevs level
but is ok if I open at RubyLearn level.

It is also OK if I change to

File.open(“/Users/koos/Developments/RubyDevs/RubyTests/RubyLearn/Test2.rb”)

This is clearly a settings issue of some sorts.

Any advise on this?

I have done some testing to show what happens. The pictures in the
attached word doc shows how TM1.5 and TM2.0 treat dir.pwd differently,
whilst the source code is exactly the same.

I trying to understand if this is a setting issue, or a feature, or a
bug.