|
1
2
=] 我创造了这个宝石,这是一个替代自动测试,我认为将有助于你的问题。 叫做无穷大。(需要RVM可以吗?) 有关详细信息,请参见: https://github.com/tomas-stefano/infinity_test 如果你有任何问题,请让我知道,我会帮助你!=) |
![]() |
2
1
注意斜体强调 自动测试 关于这个 wiki page ,我卸载了ZenTest(4.4.0)gem,而是安装了autotest(4.4.5)gem。在那之后
Ruby 1.9.2-p0和Ruby 1.8.7-p302都能正常工作 $ autotest loading autotest/rspec2 style: Rspec2 bundle exec /Users/mfurtak/.rvm/rubies/ruby-1.9.2-p0/bin/ruby -S /Users/mfurtak/.rvm/gems/ruby-1.9.2-p0/gems/rspec-core-2.2.1/bin/rspec --tty '/Users/mfurtak/Documents/Programming/Ruby/twits/spec/twits_spec.rb' F Failures: 1) Twits fails Failure/Error: fail "Trying to get this working" Trying to get this working # ./spec/twits_spec.rb:5:in `block (2 levels) in ' Finished in 0.00036 seconds 1 example, 1 failure |