You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A bug fixed in #130 was a result of lack of tests which cover load order. This issue expresses need for such tests.
It will be very difficult to do such tests in RSpec — our test suite needs these optional dependencies in advance during test setup. I suppose the only reasonable solution is to write some standalone executable examples, similar to these from https://github.com/riboseinc/activeuuid/tree/master/examples. Nevertheless, I haven't thought it thoroughly yet.
The text was updated successfully, but these errors were encountered:
A bug fixed in #130 was a result of lack of tests which cover load order. This issue expresses need for such tests.
It will be very difficult to do such tests in RSpec — our test suite needs these optional dependencies in advance during test setup. I suppose the only reasonable solution is to write some standalone executable examples, similar to these from https://github.com/riboseinc/activeuuid/tree/master/examples. Nevertheless, I haven't thought it thoroughly yet.
The text was updated successfully, but these errors were encountered: