I am using RSpec to test Operations (in ruby, not in JavaScript) and it works well but I would also like to test a Store in this way. Reason for doing it in ruby is that the tests run fast. Problem is that Rspec will only see the Store if I put it in the /hyperloop/operations folder, Rspec does not see anything in hyperloop/stores. Is there somewhere I can configure this?
Issues happen like 'uninitialized constant React::Observable' so it is not as simple as moving it to the stores folder :-)