github-gem
github-gem copied to clipboard
stdout testing is not functional
None of the stdout testing works. As an example, open up spec/commands/command_search_spec.rb and change line 15 to:
stdout.should == "You're a donkey."
After you save and run the tests again, they still pass...
Is there a commit I can look to where this was functional?