This morning I have updated cucumber on my rails application and I have been greeted by this error message :
no such file to load -- cucumber/rails/active_record (LoadError)
A simple fix is to simply reinstall cucumber :
rails generate cucumber:install