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