I have this controller test: http://pastie.org/632880 And the show method has not been written for the HomeController yet. However, the test still passes. Why?
On Sun, Sep 27, 2009 at 9:10 PM, Brian Cardarella <bcardarella at gmail.com> wrote:> I have this controller test: http://pastie.org/632880 ?And the show > method has not been written for the HomeController yet. However, the > test still passes. Why?Hey Brian, This is due to a bug that has already been fixed: https://rspec.lighthouseapp.com/projects/5645/tickets/888 It is fixed in the 1.2.9.rc1 gems, so if you grab those you should be good: [sudo] gem install rspec-rails --prerelease Cheers, David
Excellent, that did the trick. Thanks Dave! On Sep 27, 11:05?pm, David Chelimsky <dchelim... at gmail.com> wrote:> On Sun, Sep 27, 2009 at 9:10 PM, Brian Cardarella <bcardare... at gmail.com> wrote: > > I have this controller test:http://pastie.org/632880?And the show > > method has not been written for the HomeController yet. However, the > > test still passes. Why? > > Hey Brian, > > This is due to a bug that has already been fixed: > > https://rspec.lighthouseapp.com/projects/5645/tickets/888 > > It is fixed in the 1.2.9.rc1 gems, so if you grab those you should be good: > > [sudo] gem install rspec-rails --prerelease > > Cheers, > David > _______________________________________________ > rspec-users mailing list > rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users
Glad to hear it. Please let me know how the 1.2.9.rc1 gems are working otherwise for you. I''ve gotten zero feedback, positive or negative, on these release candidate gems and I''d like to do the release sometime this week. Cheers, David On Sun, Sep 27, 2009 at 11:36 PM, Brian Cardarella <bcardarella at gmail.com> wrote:> Excellent, that did the trick. Thanks Dave! > > On Sep 27, 11:05?pm, David Chelimsky <dchelim... at gmail.com> wrote: >> On Sun, Sep 27, 2009 at 9:10 PM, Brian Cardarella <bcardare... at gmail.com> wrote: >> > I have this controller test:http://pastie.org/632880?And the show >> > method has not been written for the HomeController yet. However, the >> > test still passes. Why? >> >> Hey Brian, >> >> This is due to a bug that has already been fixed: >> >> https://rspec.lighthouseapp.com/projects/5645/tickets/888 >> >> It is fixed in the 1.2.9.rc1 gems, so if you grab those you should be good: >> >> [sudo] gem install rspec-rails --prerelease >> >> Cheers, >> David >> _______________________________________________ >> rspec-users mailing list >> rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Hey Dave, Sorry I didn''t see your last post here until now. I''ve been using 1.2.9.rc1 for over a month now and it is working great. I haven''t noticed any quirks. - Brian On Sep 28, 3:20?am, David Chelimsky <dchelim... at gmail.com> wrote:> Glad to hear it. Please let me know how the 1.2.9.rc1 gems are working > otherwise for you. I''ve gotten zero feedback, positive or negative, on > these release candidate gems and I''d like to do the release sometime > this week. > > Cheers, > David > > On Sun, Sep 27, 2009 at 11:36 PM, BrianCardarella > > > > <bcardare... at gmail.com> wrote: > > Excellent, that did the trick. Thanks Dave! > > > On Sep 27, 11:05?pm, David Chelimsky <dchelim... at gmail.com> wrote: > >> On Sun, Sep 27, 2009 at 9:10 PM, BrianCardarella<bcardare... at gmail.com> wrote: > >> > I have this controller test:http://pastie.org/632880?And the show > >> > method has not been written for the HomeController yet. However, the > >> > test still passes. Why? > > >> Hey Brian, > > >> This is due to a bug that has already been fixed: > > >>https://rspec.lighthouseapp.com/projects/5645/tickets/888 > > >> It is fixed in the 1.2.9.rc1 gems, so if you grab those you should be good: > > >> [sudo] gem install rspec-rails --prerelease > > >> Cheers, > >> David > >> _______________________________________________ > >> rspec-users mailing list > >> rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > > rspec-users mailing list > > rspec-us... at rubyforge.org > >http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-us... at rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users