You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is unfortunate, as it prevents passing RSpec options to spin serve. I propose spin support a way to send in ARGV options that get set as the ARGV in the forked process.
Maybe we could use this style:
spin push -- --color --profile --tag type:model
Thoughts?
The text was updated successfully, but these errors were encountered:
Is specifying rspec options in .rspec file and letting spin pick it up from there not the best option? or are you suggesting that spin should support both.
Spin will ignore any arguments passed to
spin serve
that are not paths to files:spin/bin/spin
Line 191 in 72fbfc6
This is unfortunate, as it prevents passing RSpec options to
spin serve
. I propose spin support a way to send in ARGV options that get set as the ARGV in the forked process.Maybe we could use this style:
Thoughts?
The text was updated successfully, but these errors were encountered: