Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Testing stores in Rspec (ruby) #8

@barriehadfield

Description

@barriehadfield

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions