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 | |
| parent | 609feda78e6fa4047fa1d3af4f633a856224bd33 (diff) | |
| download | chouette-core-30b0118f2523a04d6777c8ec79b3181c128b3bf8.tar.bz2 | |
Fixes all specs. Refs #6
Diffstat (limited to 'spec/controllers')
| -rw-r--r-- | spec/controllers/help_controller_spec.rb | 9 | ||||
| -rw-r--r-- | spec/controllers/referentials_controller_spec.rb | 2 |
2 files changed, 2 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 diff --git a/spec/controllers/referentials_controller_spec.rb b/spec/controllers/referentials_controller_spec.rb index eba195a1f..0bed2b21d 100644 --- a/spec/controllers/referentials_controller_spec.rb +++ b/spec/controllers/referentials_controller_spec.rb @@ -2,4 +2,6 @@ require 'spec_helper' describe ReferentialsController do + login_user + end |
