[rspec-users] RSpec, TestUnit, Cucumber and Autotest
James Byrne
lists at ruby-forum.com
Wed Nov 19 16:09:35 EST 2008
OS=CentOS-5.2
Ruby=1.8.6
Rails=2.2.1_RC
Gems all up to date
I have been experimenting with autotest and I have a few questions.
1. given export AUTOFEATURES=TRUE if ./test exists (with tests) then
these tests are run and the features are not. Is this intended
behaviour?
2. given require 'autotest/redgreen' in .autotest if /test tests are run
then all I get colourized is a line of '======' but if /test is removed
and features run then the Failed message and the backtrace are
colourized. Is this intentional as well?
--
Posted via http://www.ruby-forum.com/.
More information about the rspec-users
mailing list