We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4e9a46 commit 006fdebCopy full SHA for 006fdeb
test/abstract_unit.rb
@@ -1,6 +1,8 @@
1
# frozen_string_literal: true
2
3
+# Only necessary as long as Ruby 2.6 compatibility is maintained
4
require "rubygems" unless defined? Gem
5
+
6
require "bundler/setup"
7
8
lib = File.expand_path("#{File.dirname(__FILE__)}/../lib")
0 commit comments