3

When I run my integration tests individually using "ruby -Itest test/integration/mytest.rb", it works just fine.

When I try to run rake test:integration to run all my integration tests in one command, I have to wait a few seconds but I never get any output. No good result, no error. If I run rake --trace test:integration, everything seems to be fine until the Execute test:integration (which does not provide any output).

Looks as though the integration folder was not found or was empty.

Any ideas?

Thanks Christian

4

1 回答 1

1

我刚刚花了 3 个小时试图弄清楚这一点,并得到了这个:你的测试文件必须以“_test.rb”结尾,否则它们会被跳过

于 2013-12-26T02:48:23.030 回答