Christoph Petschnig
Christoph Petschnig
The following code will not be colorized because of the
When trying to install node v0.10.0, versionswitcher fails with the message: ``` $ nice -10 tar xzf node-v0.10.0.tar.gz tar: Unrecognized archive format ``` The problem is the following part in...
The following spec is green: ``` require 'rspec' RSpec.describe 'too nice spy' do example do spy_obj = spy('spy Object') expect(spy_obj).to have_receivedddddd(:foo) # passes end end ``` It took me quite...