alexch/learn_ruby

Trouble with exercise 11: Dictionary

ajberk opened this issue · 2 comments

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. Do I need some special installation to run "Dictionary" that is different from the previous exercises?

Thanks

In case anyone is having a similar problem, I found a solution,

I went into the spec file and changed all instances of "should be_true" and "should be_false" to "should == true" and "should == false". This seemed to have made it work.