Skip to content

Commit ae31acf

Browse files
committed
Allow running tests without code QA.
1 parent d701849 commit ae31acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ else
3030
task(qa: ['qa:docs', 'qa:code'])
3131
end
3232

33-
RSpec::Core::RakeTask.new(spec: :qa)
34-
task(default: :spec)
33+
RSpec::Core::RakeTask.new(:spec)
34+
task(default: %w[qa spec])

0 commit comments

Comments
 (0)