Closed mikker closed 7 months ago
Not sure of the whole setup. This is mostly copied from test_setup.rb but without the parallelization (🥲)
test_setup.rb
# in spec/rails_helper.rb require "oaken/rspec_setup"
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.
Not sure of the whole setup. This is mostly copied from
test_setup.rb
but without the parallelization (🥲)