-
Notifications
You must be signed in to change notification settings - Fork 400
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
I can't seem to run any of the rspec tests on my CL #487
Comments
Following on from this, I've just tried the rspec on my orange_tree.rb file and received the below error: I was looking for the correct strings to use, but I don't see anything in this which suggests what they should be? Stuarts-MBP:ch13-creating-new-classes stuartcooper$ rspec spec/ch13/orange_tree.rb |
@fmlharrison and @stuartcooper Please move this issue to the pre_course repo, otherwise it doesn't show on slack! |
#487
I am putting in the correct command on the command line but it won't run the rspec checks.
Here is what it is giving me:
Felixs-Air:learn_to_program felixharrison$ rspec ./spec/ch10 /Users/felixharrison/.rvm/gems/ruby-2.3.0/gems/rspec-core-3.2.3/lib/rspec/core/configuration.rb:1226:in
load': /Users/felixharrison/Projects/learn_to_program/ch10-nothing-new/english_number.rb:84: syntax error, unexpected end-of-input, expecting keyword_end (SyntaxError)`What have I done wrong.
PS sorry for the long code
The text was updated successfully, but these errors were encountered: