summaryrefslogtreecommitdiff
path: root/spec/ruby/core/binding/fixtures/location.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/binding/fixtures/location.rb')
-rw-r--r--spec/ruby/core/binding/fixtures/location.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/ruby/core/binding/fixtures/location.rb b/spec/ruby/core/binding/fixtures/location.rb
new file mode 100644
index 0000000000..a78ae75731
--- /dev/null
+++ b/spec/ruby/core/binding/fixtures/location.rb
@@ -0,0 +1,6 @@
+module BindingSpecs
+ module LocationMethod
+ FILE_PATH = __FILE__
+ TEST_BINDING = binding
+ end
+end