aboutsummaryrefslogtreecommitdiffstats
path: root/spec/controllers/help_controller_spec.rb
diff options
context:
space:
mode:
authorAlban Peignier2012-04-17 16:08:38 +0200
committerAlban Peignier2012-04-17 16:08:38 +0200
commit30b0118f2523a04d6777c8ec79b3181c128b3bf8 (patch)
treecb1bd017ec89d376328c625fed647073b34b25d9 /spec/controllers/help_controller_spec.rb
parent609feda78e6fa4047fa1d3af4f633a856224bd33 (diff)
downloadchouette-core-30b0118f2523a04d6777c8ec79b3181c128b3bf8.tar.bz2
Fixes all specs. Refs #6
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