added rspec folder/files
This commit is contained in:
parent
5cc239f329
commit
613325a0d0
7 changed files with 57 additions and 2 deletions
4
stories/all.rb
Normal file
4
stories/all.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
dir = File.dirname(__FILE__)
|
||||
Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
|
||||
require file
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue