summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2024-01-17 00:37:00 -0800
committerGitHub <noreply@github.com>2024-01-17 11:37:00 +0300
commit96724940c7e0f1142f2b090e0887861f531c154a (patch)
treefc57821ffddaa04f2b820d01b902bdf8dba872a6 /spec
parent394ec4cd5283725f1e1c92fde8266524b26aebfd (diff)
stop packaging samples into gem (#462)
Diffstat (limited to 'spec')
-rw-r--r--spec/spec_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index 4d61d2f..25a46d9 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -54,7 +54,7 @@ RSpec.configure do |config|
end
def examples_dir
- Pathname.new(__dir__).join '..', 'data', 'samples'
+ Pathname.new(__dir__).join '..', 'samples'
end
def example_file *path