0

I can't get rspec to run with --format option AND --drb, is there a way to make this work?

I am running rspec spec --format documentation --drb

and get the error

wrong number of arguments (0 for 1) (ArgumentError)

if I run rspec spec --format documentation

it runs fine

4

1 回答 1

0

我已经成功了$ rspec --drb --format documentation spec/

于 2012-12-23T02:24:40.360 回答