We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dd13ca commit 473b36eCopy full SHA for 473b36e
Rakefile
@@ -2,8 +2,10 @@
2
3
require 'rake/testtask'
4
require 'rubocop/rake_task'
5
+require 'bundler/gem_helper'
6
7
RuboCop::RakeTask.new
8
+Bundler::GemHelper.install_tasks
9
10
SLUGGISH_TEST_TYPES = %w[broken scale state].freeze
11
0 commit comments