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
I use onceover to test roles against factsets and I'm really happy with this feature.
On other side, I have unit tests on some specific code. These tests run perfectly using bundle exec rspec but not using bundle exec onceover run spec due to different configuration (ie. in my case we use mocha to mock objects but it does make sense to split these tasks in CI too).
Is it possible to disable to rspec run on regular tests from onceover ones?
If not, could you give some hints to contribute this feature?
Thanks a lot for your help and this useful software.
The text was updated successfully, but these errors were encountered:
neomilium
changed the title
How to only run onceover test but not other rspec tests?
How to only run onceover tests but not other rspec tests?
Mar 20, 2020
Hi,
I use
onceover
to test roles against factsets and I'm really happy with this feature.On other side, I have unit tests on some specific code. These tests run perfectly using
bundle exec rspec
but not usingbundle exec onceover run spec
due to different configuration (ie. in my case we usemocha
to mock objects but it does make sense to split these tasks in CI too).Is it possible to disable to
rspec
run on regular tests fromonceover
ones?If not, could you give some hints to contribute this feature?
Thanks a lot for your help and this useful software.
The text was updated successfully, but these errors were encountered: