diff --git a/stories/all.rb b/stories/all.rb deleted file mode 100644 --- a/stories/all.rb +++ /dev/null @@ -1,4 +0,0 @@ -dir = File.dirname(__FILE__) -Dir[File.expand_path("#{dir}/**/*.rb")].uniq.each do |file| - require file -end \ No newline at end of file