TheOdinProject / ruby_course

The Ruby course on The OdinProject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove testing lesson on web dev 101

KevinMulhern opened this issue · comments

commented

This has been coming up quite a lot in chat ☝️ October 26, 2017 8:40 PM

We had to remove the rspec course by codeschool from the testing lesson on web dev 101 https://www.theodinproject.com/courses/web-development-101/lessons/testing-basics

Without that course the lesson is basically useless, its too early in the curriculum to be going over testing anyway.

The solution to this problem is to remove this testing lesson from the curriculum. I believe that removing this lesson will have a positive effect on the curriculum as a whole.

Tasks include

  • Remove the lesson from the seeds file in the main site
  • Remove any mentions of this lesson in other parts of the course. I think its mentioned in the ruby course and the rails course.

I can't self assign from mobile, but I'll look at this. I'm good at deleting stuff.

I am running into many instances of RSpec being mentioned as the testing framework for Hartl's tutorial. I'm fixing those as well.