Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

NoMethodError: super: no superclass method `backward' for Faker::Time:Class #915

Closed
z0al opened this issue May 15, 2017 · 2 comments
Closed

Comments

@z0al
Copy link
Contributor

z0al commented May 15, 2017

Hello,

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.

My Gemfile:

gem 'faker', github: 'stympy/faker', ref: 'a949848f'
@z0al
Copy link
Contributor Author

z0al commented May 15, 2017

Related to #864

@stympy
Copy link
Contributor

stympy commented Jul 10, 2017

Closed by #971

@stympy stympy closed this as completed Jul 10, 2017
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants