Looks like I've gotten my app upgraded successfully, at least in the
browser. When I 'rake test' I get no love. I know I can start digging
through the Rails rake tasks, first want to see if anyone has an idea what
is going on:
DKMac:creditcompare3 DK$ rake test
(in /Users/DK/Documents/ror/projects/creditcompare3)
DKMac:creditcompare3 DK$
(requesting verbose fares just as badly using TESTOPTS="-v")
Not even an error! I would be happy with an error!
Also tried the old single test file with same result:
DKMac:creditcompare3 DK$ ruby -I lib:test test/unit/account_test.rb
DKMac:creditcompare3 DK$
My test_helper.rb is pretty standard and based on a default Rails 3 app
while I added back my code (not posted here):
ENV["RAILS_ENV"] = "test"
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'
Is there something I am missing? I ran the rails_upgrade plug in and
successfully passed there, so am at a loss.
Thanks,
David
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.