summaryrefslogtreecommitdiff
path: root/spec/requests
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-27 19:04:29 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-27 19:04:29 +0200
commitd55ade16861d0700e302f50945560e8570eddcd7 (patch)
treec060eeebda2144cb47e4d56eb271724fddd9856a /spec/requests
parent5f14a6bcf8ca5ec4325bae401069c3a03a617bd0 (diff)
downloadgitlab-ce-d55ade16861d0700e302f50945560e8570eddcd7.tar.gz
notification scaffold
Diffstat (limited to 'spec/requests')
-rw-r--r--spec/requests/notifications_spec.rb11
1 files changed, 11 insertions, 0 deletions
diff --git a/spec/requests/notifications_spec.rb b/spec/requests/notifications_spec.rb
new file mode 100644
index 00000000000..07db7c05987
--- /dev/null
+++ b/spec/requests/notifications_spec.rb
@@ -0,0 +1,11 @@
+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