Message from discussion
why is this failing
Received: by 10.224.138.142 with SMTP id a14mr19203141qau.4.1351700473690;
Wed, 31 Oct 2012 09:21:13 -0700 (PDT)
X-BeenThere: rspec@googlegroups.com
Received: by 10.229.201.16 with SMTP id ey16ls2488528qcb.2.gmail; Wed, 31 Oct
2012 09:21:11 -0700 (PDT)
Received: by 10.224.223.14 with SMTP id ii14mr19185773qab.3.1351700471546;
Wed, 31 Oct 2012 09:21:11 -0700 (PDT)
Received: by 10.224.223.14 with SMTP id ii14mr19185772qab.3.1351700471526;
Wed, 31 Oct 2012 09:21:11 -0700 (PDT)
Return-Path: <antilla...@gmail.com>
Received: from mail-qc0-f178.google.com (mail-qc0-f178.google.com [209.85.216.178])
by gmr-mx.google.com with ESMTPS id f17si923492qck.1.2012.10.31.09.21.11
(version=TLSv1/SSLv3 cipher=OTHER);
Wed, 31 Oct 2012 09:21:11 -0700 (PDT)
Received-SPF: pass (google.com: domain of antilla...@gmail.com designates 209.85.216.178 as permitted sender) client-ip=209.85.216.178;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of antilla...@gmail.com designates 209.85.216.178 as permitted sender) smtp.mail=antilla...@gmail.com; dkim=pass header...@gmail.com
Received: by mail-qc0-f178.google.com with SMTP id j34so1056900qco.9
for <rspec@googlegroups.com>; Wed, 31 Oct 2012 09:21:11 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
d=gmail.com; s=20120113;
h=mime-version:in-reply-to:references:date:message-id:subject:from:to
:content-type;
bh=Rlo08GoYsyqMQr/jcUNYRvZzHngA0RLvgkLcPULc/0k=;
b=KnQ6nQpo/jsrp2JkmgpoEXVNldyfBnqKkneeDr4Gm0QfKa2Zk2BU3KwHjwo6HilYMt
4DAn7e1jeXyOyHwZ4pMRMIE9JY3fWqxIJ/r7FZUydchF13jedtWGYHjMpZDuVUMJHzUV
l345a+6zrmJLUIZdI36BrPTzzatmsIjG7Q5FPDGf16arWFFdPp4MeoCbw/SiVrsT2Z85
NlLHAxOt7x9uSjOasf1T1bHph+wwzGlfiGqVIEgN0x052mbWuIpNkKjEtnbk1ZxcCVrG
5cHjg6IqEbBMI166ZKBFFb4AFtu74xxVx7uApWOjFJRDqNdwixE9Nv6SDHOfSJHl+86Y
/Omg==
MIME-Version: 1.0
Received: by 10.49.71.71 with SMTP id s7mr29927620qeu.33.1351700471448; Wed,
31 Oct 2012 09:21:11 -0700 (PDT)
Received: by 10.49.87.7 with HTTP; Wed, 31 Oct 2012 09:21:11 -0700 (PDT)
In-Reply-To: <f389fbd5-58b1-4e99-b0bc-d878f06dcf48@googlegroups.com>
References: <f389fbd5-58b1-4e99-b0bc-d878f06dcf48@googlegroups.com>
Date: Wed, 31 Oct 2012 09:21:11 -0700
Message-ID: <CANS3KkL8hQnDceu3ff56wGf1U9cczbiLABPc9G0JMMN5G4e...@mail.gmail.com>
Subject: Re: [rspec] why is this failing
From: Antonio Antillon <antilla...@gmail.com>
To: rspec@googlegroups.com
Content-Type: multipart/alternative; boundary=047d7b677bc67182e604cd5d4a15
--047d7b677bc67182e604cd5d4a15
Content-Type: text/plain; charset=UTF-8
You need to tell the start method on Codebreaker to send a message to
output.... this method here =>
https://github.com/roelof1967/codebreaker/blob/master/lib/codebreaker.rb#L16
On Wed, Oct 31, 2012 at 9:06 AM, roelof <rwob...@hotmail.com> wrote:
> Hello,
>
> I now read chapter 3 of the Rspec book.
> The first test on writing the welcome message should pass but in my case
> it fails with this message : https://gist.github.com/3987880
> You can find the whole source here :
> https://github.com/roelof1967/codebreaker
>
> Can anyone help me figure out what I have done wrong.
>
> Roelof
>
> --
> You received this message because you are subscribed to the Google Groups
> "rspec" group.
> To post to this group, send email to rspec@googlegroups.com.
> To unsubscribe from this group, send email to
> rspec+unsubscribe@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/rspec/-/nb-YvvfMjqAJ.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>
--047d7b677bc67182e604cd5d4a15
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
You need to tell the start method on Codebreaker to send a message to outpu=
t.... this method here =3D>=C2=A0<a href=3D"https://github.com/roelof196=
7/codebreaker/blob/master/lib/codebreaker.rb#L16">https://github.com/roelof=
1967/codebreaker/blob/master/lib/codebreaker.rb#L16</a><br>
<br><div class=3D"gmail_quote">On Wed, Oct 31, 2012 at 9:06 AM, roelof <spa=
n dir=3D"ltr"><<a href=3D"mailto:rwob...@hotmail.com" target=3D"_blank">=
rwob...@hotmail.com</a>></span> wrote:<br><blockquote class=3D"gmail_quo=
te" style=3D"margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"=
>
Hello, <br><br>I now read chapter 3 of the Rspec book.<br>The first test on=
writing the welcome message should pass but in my case it fails with this =
message : <a href=3D"https://gist.github.com/3987880" target=3D"_blank">htt=
ps://gist.github.com/3987880</a><br>
You can find the whole source here : <a href=3D"https://github.com/roelof19=
67/codebreaker" target=3D"_blank">https://github.com/roelof1967/codebreaker=
</a><br><br>Can anyone help me figure out what I have done wrong.<span clas=
s=3D"HOEnZb"><font color=3D"#888888"><br>
<br>Roelof<br><br>
<p></p>
-- <br>
You received this message because you are subscribed to the Google Groups &=
quot;rspec" group.<br>
To post to this group, send email to <a href=3D"mailto:rs...@googlegroups.c=
om" target=3D"_blank">rspec@googlegroups.com</a>.<br>
To unsubscribe from this group, send email to <a href=3D"mailto:rspec%2Buns=
ubscribe@googlegroups.com" target=3D"_blank">rspec+unsubscribe@googlegroups=
.com</a>.<br>
To view this discussion on the web visit <a href=3D"https://groups.google.c=
om/d/msg/rspec/-/nb-YvvfMjqAJ" target=3D"_blank">https://groups.google.com/=
d/msg/rspec/-/nb-YvvfMjqAJ</a>.<br>
For more options, visit <a href=3D"https://groups.google.com/groups/opt_out=
" target=3D"_blank">https://groups.google.com/groups/opt_out</a>.<br>
=C2=A0<br>
=C2=A0<br>
</font></span></blockquote></div><br>
--047d7b677bc67182e604cd5d4a15--