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, 11 insertions, 0 deletions
diff --git a/spec/requests/teams_spec.rb b/spec/requests/teams_spec.rb
new file mode 100644
index 0000000..f0caf7a
--- /dev/null
+++ b/spec/requests/teams_spec.rb
@@ -0,0 +1,11 @@
+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