open-feature / ruby-sdk

Ruby implementation of the OpenFeature SDK
https://openfeature.dev
Apache License 2.0
25 stars 9 forks source link

Enable feature test #50

Open mschoenlaub opened 1 year ago

mschoenlaub commented 1 year ago

This SDK currently does not support the feature tests included in the OpenFeature spec. This should change. There might be more value in that once the test suite grows larger, but I see the JavaScript SDK already supports that and we might staring to think about, just because it's going to be a bit of boilerplating.

technicalpickles commented 1 year ago

Could you elaborate? I think specs is ambiguous in this case, ie the specs (tests) in this repo vs the open-feature spec

mschoenlaub commented 1 year ago

Sure, @technicalpickles. I updated the comment above. Hope that's less ambiguous now.