Skip to content

Instantly share code, notes, and snippets.

@lmiller1990
Created September 28, 2018 04:00
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 lmiller1990/8989ab40a2f48aecdfa3bc1a16d27075 to your computer and use it in GitHub Desktop.
Save lmiller1990/8989ab40a2f48aecdfa3bc1a16d27075 to your computer and use it in GitHub Desktop.
require 'rails_helper'
feature 'creates a post', type: :system, js: true do
it 'creates a post' do
visit new_post_url
take_screenshot
expect(1).to eq 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment