yousty / event_store_client

Ruby integration for https://eventstore.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add integration tests

swilgosz opened this issue · comments

Overview

We need a proper test coverage for this project. Initially we started with simple unit tests, but it's just not enough for the gem that stands for a connection with a remote server.

For the Rspec tests run we need a complete setup with remote server, and test the real calls to the eventstore db to be sure that build is always passing and we don't introduce new problems when refactoring/adding features.