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 eb602e3 commit 346b24dCopy full SHA for 346b24d
cuprite.gemspec
@@ -1,9 +1,6 @@
1
# frozen_string_literal: true
2
3
-lib = File.expand_path("lib", __dir__)
4
-$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
-
6
-require "capybara/cuprite/version"
+require_relative "lib/capybara/cuprite/version"
7
8
Gem::Specification.new do |s|
9
s.name = "cuprite"
0 commit comments