Last active
January 28, 2016 02:47
-
-
Save base10/ef1e3068c5c8e6ced93e to your computer and use it in GitHub Desktop.
Making Capybara happy
This file contains hidden or 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
-$("<%= 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