diff --git a/stories/all.rb b/stories/all.rb deleted file mode 100644 index 2e8f46a4..00000000 --- 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 diff --git a/stories/helper.rb b/stories/helper.rb deleted file mode 100644 index da7a13a6..00000000 --- a/stories/helper.rb +++ /dev/null @@ -1,3 +0,0 @@ -ENV["RAILS_ENV"] = "test" -require File.expand_path(File.dirname(__FILE__) + "/../config/environment") -require 'spec/rails/story_adapter' \ No newline at end of file