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