Closed MITSUBOSHI closed 4 years ago
hanami-view
Hanami::View.unload!
Hanami::View
template
nil
※details: travis's sample
bundle exec rspec --order defined spec/unit/hanami/view_spec.rb spec/unit/hanami/view/rendering/layout_scope_spec.rb
spec/unit/hanami/view_spec.rb
spec/unit/hanami/view/rendering/layout_scope_spec.rb
Fixed by https://github.com/hanami/view/pull/167
Problems
Causes
hanami-view
executes spec randomly.Hanami::View.unload!
when before hooks. So, it changesHanami::View
's settings globally(even for the other specs).template
method just returnsnil
.※details: travis's sample
Steps to reproduce the problem
bundle exec rspec --order defined spec/unit/hanami/view_spec.rb spec/unit/hanami/view/rendering/layout_scope_spec.rb
spec/unit/hanami/view_spec.rb
->spec/unit/hanami/view/rendering/layout_scope_spec.rb
spec/unit/hanami/view/rendering/layout_scope_spec.rb
->spec/unit/hanami/view_spec.rb