We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89107f9 commit 4abafa5Copy full SHA for 4abafa5
1 file changed
Rakefile
@@ -1,6 +1,9 @@
1
# frozen_string_literal: true
2
3
require 'rspec/core/rake_task'
4
+require 'bundler'
5
+
6
+Bundler::GemHelper.install_tasks
7
8
RSpec::Core::RakeTask.new(:spec) do |task|
9
task.ruby_opts = %w[-W]
0 commit comments