diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-27 20:07:52 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-27 20:07:52 +0200 |
commit | ba59912072efb1e648e94d4c2cc2c2d0625f74db (patch) | |
tree | a3bcefd71c6e847e95a7cbf9624cef03fdc342c6 /spec | |
parent | d55ade16861d0700e302f50945560e8570eddcd7 (diff) | |
download | gitlab-ce-ba59912072efb1e648e94d4c2cc2c2d0625f74db.tar.gz |
Prepare UI for notification settings
Diffstat (limited to 'spec')
-rw-r--r-- | spec/requests/notifications_spec.rb | 11 |
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 |