diff options
| -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  | 
