Hi all.
Saw this:
Usage: rspec [options] [files or directories]
-b, --backtrace Enable full backtrace
-c, --[no-]color, --[no-]colour Enable color in the output
-d, --debug Enable debugging
-e, --example PATTERN Run examples whose full
descriptions match this pattern
(PATTERN is compiled into a Ruby
regular expression)
-f, --format FORMATTER Choose a formatter
[p]rogress (default - dots)
[d]ocumentation (group and
example names)
[h]tml
[t]extmate
custom formatter class name
tried this:
$ rspec -fp (for the [p] in [p]rogress)
got this:
Exception `ArgumentError’ at c:/dev/ruby/downloads/jruby/lib/ruby/gems/
1.8/gems/rspec-core-2.0.0.beta.17/lib/rspec/core/configuration.rb:191
- Formatter ‘p’ unknown - maybe you meant ‘documentation’ or
‘progress’?.
c:/dev/ruby/downloads/jruby/lib/ruby/gems/1.8/gems/rspec-
core-2.0.0.beta.17/lib/rspec/core/configuration.rb:191:in
`formatter=’: Formatter ‘p’ unknown - maybe you meant ‘documentation’
or ‘progress’?. (ArgumentError)
is this expected?
Thanks.
-r