factory_trace
factory_trace copied to clipboard
Simple tool to maintain factories and traits from FactoryBot
```sh FB_TRACE_FILE=integration-test-results.txt bundle exec rspec spec/factory_trace/integration_tests/empty_spec.rb ``` ```ruby An error occurred in an `after(:suite)` hook. Failure/Error: return if trait.has_prioritized_status?(status) NoMethodError: undefined method `has_prioritized_status?' for nil:NilClass # ./lib/factory_trace/processors/find_unused.rb:90:in `mark_trait' # ./lib/factory_trace/processors/find_unused.rb:47:in...
Are there plans to support minitests in the future? I'd like to use the gem but in our project we are currently running our tests with minitests