We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3ef147 commit a5fc455Copy full SHA for a5fc455
rakelib/spec.rake
@@ -1,7 +1,8 @@
1
require 'rspec/core/rake_task'
2
3
namespace :spec do
4
- desc :prepare do
+ desc 'Prepare the specs for execution'
5
+ task :prepare do
6
if ENV['GENERATE_REPORTS']
7
ENV['CI_REPORTS'] = 'artifacts/rspec'
8
0 commit comments