parallel-rspec icon indicating copy to clipboard operation
parallel-rspec copied to clipboard

Parallel RSpec runner based on multi-processes

Results 6 parallel-rspec issues
Sort by recently updated
recently updated
newest added

I got an error like ``` /Users/naotoshi.seo/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/bundler/gems/parallel-rspec-c95d59273b0f/lib/rspec/parallel/worker.rb:74:in `load': no implicit conversion of nil into String (TypeError) from /Users/naotoshi.seo/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/bundler/gems/parallel-rspec-c95d59273b0f/lib/rspec/parallel/worker.rb:74:in `block in each' from /Users/naotoshi.seo/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/bundler/gems/parallel-rspec-c95d59273b0f/lib/rspec/parallel/worker.rb:60:in `loop' from /Users/naotoshi.seo/.rbenv/versions/2.5.1/lib/ruby/gems/2.5.0/bundler/gems/parallel-rspec-c95d59273b0f/lib/rspec/parallel/worker.rb:60:in `each' ```

To work with newer versions of Rails this renaming was needed.

In Rails 5 method 'load_schema_for' was removed from ActiveRecord::Tasks::DatabaseTasks