From 4f97891ff93e0317172342d0ba1bbf7fc302ecdd Mon Sep 17 00:00:00 2001 From: Jeremy Friesen Date: Fri, 26 Jan 2024 11:10:59 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20Abide=20by=20spec=20file=20path?= =?UTF-8?q?=20convention?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This simple file move conforms to the long-standing convention in how bundler and gems create a lib/gemname.rb and spec/gemname_spec.rb What this means is that editors implementing a jump between spec and definition will land in the expected place. --- spec/{lib => }/bulkrax_spec.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename spec/{lib => }/bulkrax_spec.rb (100%) diff --git a/spec/lib/bulkrax_spec.rb b/spec/bulkrax_spec.rb similarity index 100% rename from spec/lib/bulkrax_spec.rb rename to spec/bulkrax_spec.rb