diff options
| author | Alban Peignier | 2012-05-17 11:35:24 +0200 |
|---|---|---|
| committer | Alban Peignier | 2012-05-17 11:35:24 +0200 |
| commit | 34832736d6adfb00bcfefa0350f898663d09a288 (patch) | |
| tree | 6b55c5f871fc1166e0dff728420bea704a2834d8 | |
| parent | 813cad92ee62e55dedc4042ce122c8071d1d70ef (diff) | |
| download | chouette-core-34832736d6adfb00bcfefa0350f898663d09a288.tar.bz2 | |
Marks ImportsController specs as pending. Refs #23
| -rw-r--r-- | spec/controllers/imports_controller_spec.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/controllers/imports_controller_spec.rb b/spec/controllers/imports_controller_spec.rb index 93640684a..e7a49a8e8 100644 --- a/spec/controllers/imports_controller_spec.rb +++ b/spec/controllers/imports_controller_spec.rb @@ -5,6 +5,7 @@ describe ImportsController do describe "GET 'new'" do it "returns http success" do + pending get 'new' response.should be_success end @@ -12,6 +13,7 @@ describe ImportsController do describe "GET 'index'" do it "returns http success" do + pending get 'index' response.should be_success end |
