context 'when params action is list all instructors' do
      before(:each) do
        controller.params = { action: 'list_instructors' }
      end