]> git.openstreetmap.org Git - rails.git/blobdiff - stories/all.rb
added rspec folder/files
[rails.git] / stories / all.rb
diff --git a/stories/all.rb b/stories/all.rb
new file mode 100644 (file)
index 0000000..2e8f46a
--- /dev/null
@@ -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