Created
October 27, 2018 01:02
-
-
Save frankolson/82f431492f72124def83f49e9a922867 to your computer and use it in GitHub Desktop.
Capybara/Trix Editor example fixtures
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# test/fixtures/articles.yml | |
trix_capybara: | |
title: Testing the Trix Editor with Capybara | |
content: <div>We are going to learn some cool stuff!</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# test/fixtures/users.yml | |
will: | |
email: [email protected] | |
password_digest: a-bunch_of-random_gibberish |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment