added rspec folder/files

This commit is contained in:
Xin Zheng 2008-01-22 16:55:14 +00:00
parent 5cc239f329
commit 613325a0d0
7 changed files with 57 additions and 2 deletions

4
stories/all.rb Normal file
View file

@ -0,0 +1,4 @@
dir = File.dirname(__FILE__)
Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file|
require file
end