summaryrefslogtreecommitdiff
path: root/spec/requests/alerts_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/requests/alerts_spec.rb')
-rw-r--r--spec/requests/alerts_spec.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/spec/requests/alerts_spec.rb b/spec/requests/alerts_spec.rb
deleted file mode 100644
index 03c332a..0000000
--- a/spec/requests/alerts_spec.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-require 'spec_helper'
-
-describe "Alerts" do
- describe "GET /alerts" 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 alerts_path
- response.status.should be(200)
- end
- end
-end