ruby_odata icon indicating copy to clipboard operation
ruby_odata copied to clipboard

Add build_id_path for Strings

Open KDGundermann opened this issue 8 years ago • 5 comments

Fix for #71

KDGundermann avatar Aug 01 '17 15:08 KDGundermann

Could you add a spec for this change? It shouldn't be too hard given such a simple tweak.

visoft avatar Aug 01 '17 15:08 visoft

Sorry, I'm working on Ubuntu and have currently no setup to run the specs on Windows with IIS

KDGundermann avatar Aug 01 '17 17:08 KDGundermann

You don't have to create or run the Cucumber features, you can write an RSpec spec. For those I use "fixtures" of the EDMX metadata and the results of a query (typically). Take a look at some of the specs already out there. In your case you can probably just get away with a copy of the metadata (found at http://yourserver.com/$metadata).

visoft avatar Aug 01 '17 17:08 visoft

I have installed a Windows system with Ruby (Thanks to rubyinstaller.org !) I will prepare some specs next week and update the pull request

KDGundermann avatar Aug 03 '17 07:08 KDGundermann

This has been merged into the develop branch. Thanks so much!

visoft avatar Aug 07 '17 23:08 visoft