You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project tests are failing from time to time with the same error below:
Failure/Error: request.env['omniauth.auth'] = Faker::Omniauth.github
NoMethodError: super: no superclass method `backward' for Faker::Time:Class
The first line call Faker::Omniauth.github method added by my PR #888. However, the tests only fail on Travis, and works fine on my machine!
If you check the build history you will notice I have experienced the problem multiple times.
Does anyone know what is going on? I would be happy to open a PR to solve the problem if only I know the reasons.
Hello,
My project tests are failing from time to time with the same error below:
The first line call
Faker::Omniauth.github
method added by my PR #888. However, the tests only fail on Travis, and works fine on my machine!If you check the build history you will notice I have experienced the problem multiple times.
Does anyone know what is going on? I would be happy to open a PR to solve the problem if only I know the reasons.
My Gemfile:
The text was updated successfully, but these errors were encountered: