this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Load more stuff in fixture script

+9
+9
tests/load_fixtures.sh
··· 31 31 # Wikipedia (Go) 32 32 $ADD_LINK_SCRIPT "knowledge_seeker" "https://en.wikipedia.org/wiki/Go_(programming_language)" 33 33 34 + # Broken Link (404) 35 + $ADD_LINK_SCRIPT "404_finder" "http://google.com/this-page-does-not-exist-12345" 36 + 37 + # Unavailable Video (Soft 404) 38 + $ADD_LINK_SCRIPT "video_gone" "https://youtu.be/Ie_Wl9eNffE" 39 + 40 + # Valid Video (Rick Roll) 41 + $ADD_LINK_SCRIPT "astley_fan" "https://www.youtube.com/watch?v=dQw4w9WgXcQ" 42 + 34 43 ADD_QUOTE_SCRIPT="./tests/add_quote.sh" 35 44 36 45 # Quotes