X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/5cc239f32976305f5f9a1e53f4d6d8fff5dd0065..613325a0d021fea78653900f115f93d0b9695403:/stories/all.rb diff --git a/stories/all.rb b/stories/all.rb new file mode 100644 index 000000000..2e8f46a40 --- /dev/null +++ b/stories/all.rb @@ -0,0 +1,4 @@ +dir = File.dirname(__FILE__) +Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file| + require file +end \ No newline at end of file