diff options
author | Jamie Winsor <jamie@enmasse.com> | 2011-08-03 19:02:16 -0700 |
---|---|---|
committer | Jamie Winsor <jamie@enmasse.com> | 2011-08-03 19:02:16 -0700 |
commit | 00d71519a953a8f20bb15b84c133e01772690c2a (patch) | |
tree | b7bd51f0dd373657a9f7f36bfa127d9a70900b08 | |
parent | 5e24eeb3d24a2722673fe1acba08257fbf0f71a2 (diff) | |
download | refinerycms-blog-00d71519a953a8f20bb15b84c133e01772690c2a.tar.gz refinerycms-blog-00d71519a953a8f20bb15b84c133e01772690c2a.tar.bz2 refinerycms-blog-00d71519a953a8f20bb15b84c133e01772690c2a.zip |
Rid this project of autotest
-rw-r--r-- | spec/dummy/autotest/autotest.rb | 17 | ||||
-rw-r--r-- | spec/dummy/autotest/discover.rb | 2 |
2 files changed, 0 insertions, 19 deletions
diff --git a/spec/dummy/autotest/autotest.rb b/spec/dummy/autotest/autotest.rb deleted file mode 100644 index 09f5b8a..0000000 --- a/spec/dummy/autotest/autotest.rb +++ /dev/null @@ -1,17 +0,0 @@ -### uncomment any of the following requires applicable for your system -### and then copy this to .autotest if you are using the ZenTest autotest. -# require "autotest/restart" -# require "test_notifier/runner/autotest" -# require "redgreen/autotest" -# require "autotest/timestamp" - -# adds exceptions from .gitignore file, please modify exceptions there! -imported_exceptions = IO.readlines('.gitignore').inject([]) do |acc, line| - acc << line.strip if line.to_s[0] != '#' && line.strip != ''; acc -end - -Autotest.add_hook :initialize do |autotest| - imported_exceptions.each do |exception| - autotest.add_exception(exception) - end -end diff --git a/spec/dummy/autotest/discover.rb b/spec/dummy/autotest/discover.rb deleted file mode 100644 index f421dc5..0000000 --- a/spec/dummy/autotest/discover.rb +++ /dev/null @@ -1,2 +0,0 @@ -Autotest.add_discovery { "rails" } -Autotest.add_discovery { "rspec2" } |