Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

potentially confusing typo in the class methods .all rspec of the Course class for "an" #29

Closed
ode-to-the-code opened this issue Apr 3, 2018 · 1 comment
Labels

Comments

@ode-to-the-code
Copy link

Course
instance methods
#title
has a setter and a getter method for title
#schedule
has a setter and a getter method for a course's schedule
#description
has a setter and a getter method for a course's description
class methods
.all
returns and array of all the instances of the Course class (FAILED - 1)

@drakeltheryuujin
Copy link
Contributor

Hi @ode-to-the-code,

Thank you for your feedback. It has been updated on our repo. If you feel that the issue has not been fixed, feel free to re-open the issue and give details as to what can be done to resolve it.

Thanks again 💙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@drakeltheryuujin @ode-to-the-code and others