Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fix TimeHelper not included in spec_helper.rb #105

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tferrerm
Copy link
Contributor

Summary

Fix the following issue:

An error occurred while loading ./spec/models/admin_user_spec.rb.
Failure/Error: config.include ActiveSupport::Testing::TimeHelpers

NameError:
  uninitialized constant ActiveSupport::Testing
# ./spec/support/spec_helper.rb:8:in `block in <top (required)>'
# ./spec/support/spec_helper.rb:6:in `<top (required)>'
# ./spec/rails_helper.rb:2:in `require'
# ./spec/rails_helper.rb:2:in `<top (required)>'
# ./spec/models/admin_user_spec.rb:1:in `require'
# ./spec/models/admin_user_spec.rb:1:in `<top (required)>'
No examples found.


Finished in 0.00003 seconds (files took 1.54 seconds to load)
0 examples, 0 failures, 1 error occurred outside of examples

Coverage report generated for RSpec to /Users/wolox/project/coverage. 0 / 0 LOC (100.0%) covered.
SimpleCov failed with exit 1

@tferrerm tferrerm changed the title Fix TimeHelper not includedin spec_helper.rb Fix TimeHelper not included in spec_helper.rb Jun 16, 2021
@tferrerm
Copy link
Contributor Author

Hey guys! Anyone still maintaining this project? Can we at least merge this PR?
@blacksam07 @SKOLZ @icoluccio

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant