learn_ruby
learn_ruby copied to clipboard
a basic ruby class generated from test-first-teaching
Lesson worked in 2020
The solution is found here: http://stackoverflow.com/questions/35893584/nomethoderror-undefined-method-last-comment-after-upgrading-to-rake-11 Here are very detailed directions in the case that more information is needed or the link doesn't work: 1] Go to the project's folder...
- mostly straightforward find replaces of test cases - updates syntax to the rspec 3 matchers Hello! I'm not sure how much time you're still putting into this project, but...
Old link directs to a bad site.
Using rspec 3 causes the first run of rake to fail as it's unable to find the required rspec version (~2). See also (first answere here)[https://stackoverflow.com/questions/25107583/rake-aborted-gemloaderror-could-not-find-rspec-x-but-did-find-y].
hello, While working on the dictionary exercise, I was running into some problems. For a check, I decided to run your solution, but your solution was failing the 2nd test....
Use RSpec 3.0.0 version and more... It´s modified to disable warnings about old ":should" syntax in RSpect 3.0.0 version and to let´s us use two syntaxs ( ":should" & ":expect"...
Simple Typo fix