``` ruby RSpec.configure do |config| config.before(:each, :type => :controller) do # controller is nil end end ``` This has already been reported in the legacy branch, see https://github.com/dchelimsky/rspec/issues/23. I figured I move it to the correct branch, hope thats okay.