jruby -X-C -S rake spec SPEC=spec/models/trip_spec.rb
But how do we make the output verbose? (To see each spec description)
Many thanks,
George
_______________________________________________
rspec-users mailing list
rspec...@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
> Using this command our specs run with the dot-dot-dot output:
>
> jruby -X-C -S rake spec SPEC=spec/models/trip_spec.rb
>
> But how do we make the output verbose? (To see each spec description)
RSpec-1: in ../spec/spec.opts:
--format nested
RSpec-2: in ./.rspec
--format documentation
HTH,
David
On Aug 20, 3:12 pm, David Chelimsky <dchelim...@gmail.com> wrote:
> On Aug 20, 2010, at 3:36 AM, George wrote:
>
> > Using this command our specs run with the dot-dot-dot output:
>
> > jruby -X-C -S rake spec SPEC=spec/models/trip_spec.rb
>
> > But how do we make the output verbose? (To see each spec description)
>
> RSpec-1: in ../spec/spec.opts:
>
> --format nested
>
> RSpec-2: in ./.rspec
>
> --format documentation
>
> HTH,
> David
>
>
>
> > Many thanks,
> > George
>
> _______________________________________________
> rspec-users mailing list
> rspec-us...@rubyforge.orghttp://rubyforge.org/mailman/listinfo/rspec-users