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

error in spec/my_collect_spec.rb #15

Closed
bwatson78 opened this issue Jul 4, 2016 · 2 comments
Closed

error in spec/my_collect_spec.rb #15

bwatson78 opened this issue Jul 4, 2016 · 2 comments

Comments

@bwatson78
Copy link

On line 40 of this spec:

expect(my_collect(students) do |language| student.split(" ").first

This creates an unneccessary NameError while testing the code. It should read

expect(my_collect(students) do |student| student.split(" ").first

Thanks,

Brad Watson

@pletcher
Copy link
Contributor

pletcher commented Jul 4, 2016

Thanks for being a part of the Learn community!

Keep in mind that this space is for specific issues related to the content of this lesson.

If you're reporting on the content of this lesson, it'd be super helpful if you could include a stack trace of any errors that you're seeing.

If you'd like to report a bug about the Learn IDE, the Ask a Question form, opening a file, or the lights not working on Learn, please report a bug directly on https://learn.co. (You can find the bug report form by clicking on your avatar in the upper right, and then selecting "Report A Bug".)

We want to respond as quickly as possible and be as helpful as possible, so please be sure to include steps to reproduce the issue (as best you can remember) and any pertinent details about your environment. (Are you using the Learn IDE? Coding from the ISS?) We'll figure out what's up and get back to you ASAP.

@gj
Copy link
Contributor

gj commented Jul 6, 2016

Fixed: #17

@pletcher pletcher closed this as completed Jul 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants