
Below are the sets presently available, and their corresponding id. if you don't set an ID, one will be randomly chosen every run. Emoji icons may not render in certain terminals.
(pass, fail, pending)
| # Source: http://timcardenas.com/automatically-reload-gems-in-rails-327-on-eve | |
| # Inside config/environments/development.rb | |
| # Do the following after every request to the server in development mode | |
| ActionDispatch::Callbacks.to_cleanup do | |
| # If the gem's top level module is currently loaded, unload it | |
| if Object.const_defined?(:MyCoolGem) |