solidus_static_content includes rspec_junit_formatter and configures Rake to include it when running specs via CircleCI, so that we get nice spec failure reports when things go wrong.
This is very useful and should be included by default in all extensions.
This would also mean providing a base Rakefile ourselves (which is good, since currently the Rakefile is duplicated across all extensions).
solidus_static_content includes rspec_junit_formatter and configures Rake to include it when running specs via CircleCI, so that we get nice spec failure reports when things go wrong.
This is very useful and should be included by default in all extensions.
This would also mean providing a base Rakefile ourselves (which is good, since currently the Rakefile is duplicated across all extensions).