visoft / ruby_odata

OData Consumer for Ruby
http://bit.ly/IntroRubyOData
MIT License
107 stars 52 forks source link

Add build_id_path for Strings #72

Open KDGundermann opened 7 years ago

KDGundermann commented 7 years ago

Fix for #71

visoft commented 7 years ago

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

KDGundermann commented 7 years ago

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

visoft commented 7 years ago

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).

KDGundermann commented 7 years ago

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

visoft commented 7 years ago

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