I've got a very strange message error. I think it's not coming from Ruby but from the unix system.
So, I have the following test file:
require File.dirname(__FILE__) + '/../test_helper'
class CatTest < ActiveSupport::TestCase
def test_truth
assert true
end
end
So, nothing coming from YAML files in the Fixtures directory.
When I run the test above with the command:
$ ruby ./test/unit/cat_test.rb
I get the very strange result:
Loaded suite ./test/unit/cat_test
Started
E
Finished in 0.011252 seconds.
1) Error:
test_truth(CatTest):
IndexError: string not matched
1 tests, 0 assertions, 0 failures, 1 errors
I can't find the meaning of the error
IndexError: string not matched
But the most strange is that yesterday, It worked!
Thank you very much for your help.
Regards
(I'm working under Ubuntu 9.04)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…