diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-03 22:20:02 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-03-03 22:20:02 -0500 |
commit | 423d0e5a440d8d66407522bc842ef273196173bc (patch) | |
tree | ec2dfc14881734c4585622962235b225c653da04 /spec/requests | |
parent | f825d7e30ff6393b66a5abcc05a33f72d7d6712b (diff) |
run ./generate.sh
Diffstat (limited to 'spec/requests')
-rw-r--r-- | spec/requests/alerts_spec.rb | 11 | ||||
-rw-r--r-- | spec/requests/games_spec.rb | 11 | ||||
-rw-r--r-- | spec/requests/matches_spec.rb | 11 | ||||
-rw-r--r-- | spec/requests/pms_spec.rb | 11 | ||||
-rw-r--r-- | spec/requests/servers_spec.rb | 11 | ||||
-rw-r--r-- | spec/requests/teams_spec.rb | 11 | ||||
-rw-r--r-- | spec/requests/tournaments_spec.rb | 11 |
7 files changed, 0 insertions, 77 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 diff --git a/spec/requests/games_spec.rb b/spec/requests/games_spec.rb deleted file mode 100644 index 1a84608..0000000 --- a/spec/requests/games_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'spec_helper' - -describe "Games" do - describe "GET /games" 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 games_path - response.status.should be(200) - end - end -end diff --git a/spec/requests/matches_spec.rb b/spec/requests/matches_spec.rb deleted file mode 100644 index 250f746..0000000 --- a/spec/requests/matches_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'spec_helper' - -describe "Matches" do - describe "GET /matches" 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 matches_path - response.status.should be(200) - end - end -end diff --git a/spec/requests/pms_spec.rb b/spec/requests/pms_spec.rb deleted file mode 100644 index 1862b87..0000000 --- a/spec/requests/pms_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'spec_helper' - -describe "Pms" do - describe "GET /pms" 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 pms_path - response.status.should be(200) - end - end -end diff --git a/spec/requests/servers_spec.rb b/spec/requests/servers_spec.rb deleted file mode 100644 index 2a1562e..0000000 --- a/spec/requests/servers_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'spec_helper' - -describe "Servers" do - describe "GET /servers" 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 servers_path - response.status.should be(200) - end - end -end 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 diff --git a/spec/requests/tournaments_spec.rb b/spec/requests/tournaments_spec.rb deleted file mode 100644 index 09b4b55..0000000 --- a/spec/requests/tournaments_spec.rb +++ /dev/null @@ -1,11 +0,0 @@ -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 |