Skip to content

Adds unit test for video on page #259

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

Merged
merged 1 commit into from
Oct 29, 2019
Merged

Adds unit test for video on page #259

merged 1 commit into from
Oct 29, 2019

Conversation

mbomfim33
Copy link
Contributor

Please make sure to target feature and bugfix requests to develop branch

Issue #159: Add tests for video component

Changes

  • Added test for Video component

Notes

Had a lot of trouble to get the tests working, mainly due to the gems failing at one degree or another. I'll list the main ones below just for reference:

The first one:

LoadError:
  Error loading the 'sqlite3' Active Record adapter. Missing a gem it depends on? can't activate sqlite3 (~> 1.4), already activated sqlite3-1.3.13. Make sure all dependencies are added to Gemfile.

The second one:

An error occurred while loading spec_helper.
Failure/Error: include ActionView::Helpers::RecordTagHelper

And finally, the last one was the one I've mentioned on the chat

@pascalwengerter pascalwengerter self-requested a review October 25, 2019 08:50
@pascalwengerter
Copy link
Contributor

@MarcoBomfim thanks for the great work! The sqlite3 issue seems strange, but the ActionView::Helpers thing should be resolved by now (we removed this unused and outdated dependency) 👻

Copy link
Contributor

@pascalwengerter pascalwengerter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me!

@pascalwengerter pascalwengerter added this to the 0.7.3 milestone Oct 29, 2019
@pascalwengerter pascalwengerter merged commit 636f193 into matestack:master Oct 29, 2019
@mbomfim33
Copy link
Contributor Author

Uhu! Thanks for the all the support as well team!

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.

2 participants