Mock/stub method from a class in /lib (MiniTest) – Ruby on Rails Discussions

Mock/stub method from a class in /lib (MiniTest) – Ruby on Rails Discussions

I’m writing a test for a GraphQL query. The query calls a method from lib/neo4j_queries.rb which connects to a Neo4j server and runs a query there …

 

Read More