yuki24 / artemis

Ruby GraphQL client on Rails that actually makes you more productive
MIT License
207 stars 14 forks source link

Drop RSpec #94

Closed yuki24 closed 5 months ago

yuki24 commented 5 months ago

It has always been awkward to use both RSpec and Minitest. These days, I'm not enjoying RSPec as RSpec files tend to be more complicated than Minitest's. We also should be able to utilize the parallelization that Minitest provides that RSPec does not.