learn-co-curriculum / basic-apis-lab

Other
0 stars 1 forks source link

Expected Repository doesn't show up in request body #4

Open survivingknowledge opened 7 years ago

survivingknowledge commented 7 years ago

spec/features/github_search_spec.rb

expect(page).to have_link("https://github.com/dtrupenn/Tetris", href: "https://github.com/dtrupenn/Tetris")

#expect(page).to have_content("A C implementation of Tetris using Pennsim through LC4")

repository still exists but none of the search results produce this repository, even through github.com search , need to change this to new repo.

efl7a commented 6 years ago

@survivingknowledge - I am sure that you are way past this now, but wanted to share. I was thinking this same thing about this repository not showing up, however, if you look in the test, you will see that Learn supplied a response with this info in it "stubbed request = ...body: repository_response" The repository response can be found under spec/support. This is also how I discovered which url they wanted.
Cheers, Heather