Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Conversation

@sanemat
Copy link
Contributor

@sanemat sanemat commented Dec 14, 2012

Execute below command:

bundle exec rspec spec/rspec/core/resources/formatter_specs.rb --format html --order default > spec/rspec/core/formatters/html_formatted-2.0.0.html
bundle exec rspec spec/rspec/core/resources/formatter_specs.rb --format textmate --order default > spec/rspec/core/formatters/text_mate_formatted-2.0.0.html

@myronmarston
Copy link
Member

@sanemat -- thanks for the pull request!

There's actually a far simpler way to generate these files...run the specs with the GENERATE ENV var set:

GENERATE=1 bundle exec rspec spec

It'll take care of writing the files and gsubbing in the n.nnns placeholder. You shouldn't have to do anything but run that to generate the files.

@sanemat
Copy link
Contributor Author

sanemat commented Dec 16, 2012

@myronmarston thanks! I'll send another pull req!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants