Skip to content

Instantly share code, notes, and snippets.

@frankolson
Created October 27, 2018 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frankolson/82f431492f72124def83f49e9a922867 to your computer and use it in GitHub Desktop.
Save frankolson/82f431492f72124def83f49e9a922867 to your computer and use it in GitHub Desktop.
Capybara/Trix Editor example fixtures
# test/fixtures/articles.yml
trix_capybara:
title: Testing the Trix Editor with Capybara
content: <div>We are going to learn some cool stuff!</div>
# test/fixtures/users.yml
will:
email: wills@email.com
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