ciastek
ciastek
``` vagrant@vagrant-ubuntu-trusty-32:/vagrant$ bundle exec rspec spec /home/vagrant/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.21/lib/active_support/values/time_zone.rb:270: warning: circular argument reference - now /home/vagrant/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- minitest (LoadError) from /home/vagrant/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:251:in `block in require' from /home/vagrant/.rvm/gems/ruby-2.2.2/gems/activesupport-3.2.21/lib/active_support/dependencies.rb:236:in `load_dependency'...
Looks like main purpose of this extension is now served by [`with` keyword](http://elixir-lang.org/getting-started/mix-otp/docs-tests-and-with.html#with) introduced in Elixir 1.2. Does it deprecate this extension? Is it worth to put a notice about...