I have the following structure:
MyProject --> Main folder of my project. MyProject/my_class.rb MyProject/inputs/input1.txt MyProject/inputs/input2.txt MyProject/rspec/spec_helper.rb MyProject/rspec/my_class_spec.rb
What is an elegant way or the most common way that I can do so that I can use input1.txt and input2.txt in my_class_spec.rb?
source share