d I should spend some
time and see why they are there. About 10 of these commented tests look
like I was brainstorming pending tests, I implemented them another way, but
never bothered cleaning them up.
In the spirit of clean code, I'll take a moment to clean house. Thanks
James!
Todd Sed
ol: 5
Todd Sedano
Director of Software Engineering
Carnegie Mellon University
Silicon Valley Campus
Developing Software Leaders (TM)
T: 650-335-2812
On Tue, May 29, 2012 at 8:49 AM, Frédéric Champreux wrote:
> Hi,
>
> I'm new to RoR, and following the RoR 3.2 Tutorial from Michael
I'm in the process of migrating from Rails 2 with rspec 1 to Rails 3 with
rspec 2, the process has been going pretty well, however, today I came
across an issue that I wanted to share.
I have a controller that sends out an email through a mailer.
Rails 2
code: CurriculumCommentMailer.deliver_comm
Resend from 10/29/2010 due to bounce back. This is in reference to an email
sent to the group on On Oct 18, 2010, at 1:24 AM.
Short version: The solution was indeed to downgrade to test-unit 1.2.3
gem 'test-unit', '1.2.3'
Longer version: I went through my github repository and found a version
At one point, I had rspec working with my system and I've must have changed
the configuration because now I don't see anything in the output using rspec
1.3.
Just to be clear, I see nothing when I type
spec spec
rake spec
bundle exec spec spec
bundle exec rake spec
(or any of the above with a spec