Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidcelis/recursive_locking


https://github.com/davidcelis/recursive_locking

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# recursive_locking

This is to demonstrate an issue with Rails and Rack::Lock when trying to use Rack::MockRequest in the test environment. To reproduce:

```sh
bundle install

bundle exec rake test
```