Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-27 22:07:52 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-27 22:07:52 +0400
commitba59912072efb1e648e94d4c2cc2c2d0625f74db (patch)
treea3bcefd71c6e847e95a7cbf9624cef03fdc342c6 /spec
parentd55ade16861d0700e302f50945560e8570eddcd7 (diff)
Prepare UI for notification settings
Diffstat (limited to 'spec')
-rw-r--r--spec/requests/notifications_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/requests/notifications_spec.rb b/spec/requests/notifications_spec.rb
deleted file mode 100644
index 07db7c05987..00000000000
--- a/spec/requests/notifications_spec.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require 'spec_helper'
-
-describe "Notifications" do
- describe "GET /notifications" do
- it "works! (now write some real specs)" do
- # Run the generator again with the --webrat flag if you want to use webrat methods/matchers
- get notifications_path
- response.status.should be(200)
- end
- end
-end