Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/morgoth/async-autoload

Present autoloading bug with async gem
https://github.com/morgoth/async-autoload

Last synced: about 4 hours ago
JSON representation

Present autoloading bug with async gem

Awesome Lists containing this project

README

        

# README

Run `rails t test/models/my_model_test.rb`

The output is:

```
r t test/models/my_model_test.rb
Running 1 tests in a single process (parallelization threshold is 50)
Run options: --seed 2478

# Running:

uninitialized constant MyModelTest::MyModel

MyModel.run_something
^^^^^^^
uninitialized constant MyModelTest::MyModel

MyModel.run_something
^^^^^^^
something
```