github-gem icon indicating copy to clipboard operation
github-gem copied to clipboard

stdout testing is not functional

Open codenamev opened this issue 13 years ago • 0 comments

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?

codenamev avatar Mar 07 '12 15:03 codenamev