diff options
| author | Alban Peignier | 2012-04-17 16:08:38 +0200 |
|---|---|---|
| committer | Alban Peignier | 2012-04-17 16:08:38 +0200 |
| commit | 30b0118f2523a04d6777c8ec79b3181c128b3bf8 (patch) | |
| tree | cb1bd017ec89d376328c625fed647073b34b25d9 /spec/controllers/help_controller_spec.rb | |
| parent | 609feda78e6fa4047fa1d3af4f633a856224bd33 (diff) | |
| download | chouette-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.rb | 9 |
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 |
