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
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
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 :-)
The text was updated successfully, but these errors were encountered:
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 :-)
The text was updated successfully, but these errors were encountered: