aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/help_controller_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/controllers/help_controller_spec.rb')
-rw-r--r--spec/controllers/help_controller_spec.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/controllers/help_controller_spec.rb b/spec/controllers/help_controller_spec.rb
deleted file mode 100644
index 2ad167012..000000000
--- a/spec/controllers/help_controller_spec.rb
+++ /dev/null
@@ -1,9 +0,0 @@
-require 'spec_helper'
-
-describe HelpController do
-
- it "should render static files from app/views/help" do
- get "/"
- end
-
-end