[rspec-users] using YAML for --failures and --examples
David Chelimsky
dchelimsky at gmail.com
Tue Apr 10 17:12:50 EDT 2007
On 4/10/07, Scott Taylor <mailing_lists at railsnewbie.com> wrote:
>
> As it is currently, in trunk, --failures and --examples except a text
> file, each line containing the name of a spec.
>
> I'm wondering: Would a a patch to use YAML (instead or as well as)
> plain text be welcomed? I'm thinking of a yaml file like the following:
>
> spec_file_1:
> file: spec/person_spec.rb
> specs:
> - should have first name
> - should provide email address
>
> spec_file_2:
> file: spec/client_spec.rb
> specs:
> - should have meeting on monday
> - should drink on friday
>
>
> Any thoughts?
What benefit would this provide?
>
> Scott
>
>
>
> _______________________________________________
> rspec-users mailing list
> rspec-users at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-users
>
More information about the rspec-users
mailing list