Skip to content

Instantly share code, notes, and snippets.

@base10
Last active January 28, 2016 02:47
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 base10/ef1e3068c5c8e6ced93e to your computer and use it in GitHub Desktop.
Save base10/ef1e3068c5c8e6ced93e to your computer and use it in GitHub Desktop.
Making Capybara happy
-$("<%= escape_javascript render(@feed) %>").insertAfter(
- "tr[data-role='feed']:last-child"
+$("table[data-role='feeds']").append(
+ "<%= escape_javascript render(@feed) %>"
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment