kaspth / oaken

A fresh blended alternative to Fixtures & FactoryBot for dev and test data.
MIT License
190 stars 6 forks source link

Add basic RSpec support #75

Closed mikker closed 7 months ago

mikker commented 7 months ago

Not sure of the whole setup. This is mostly copied from test_setup.rb but without the parallelization (🥲)

# in spec/rails_helper.rb
require "oaken/rspec_setup"
kaspth commented 7 months ago

Awesome, thank you! I'm using RSpec on a project now and I'm still learning how it's setup — and iirc there's no built-in parallelization.