From 2a6bf5cc37a14d7d57038f0919610ba2d0618e6a Mon Sep 17 00:00:00 2001 From: guilherme silveira Date: Thu, 21 Oct 2010 00:17:30 -0200 Subject: [PATCH] removing useless specs --- tests/spec/helpers/albums_helper_spec.rb | 15 --------------- tests/spec/helpers/artists_helper_spec.rb | 15 --------------- .../spec/helpers/cacheable_clients_helper_spec.rb | 15 --------------- tests/spec/helpers/projects_helper_spec.rb | 15 --------------- tests/spec/helpers/render_helper_spec.rb | 14 -------------- tests/spec/helpers/songs_helper_spec.rb | 15 --------------- tests/spec/models/album_spec.rb | 5 ----- tests/spec/models/artist_spec.rb | 5 ----- tests/spec/models/song_spec.rb | 5 ----- 9 files changed, 104 deletions(-) delete mode 100644 tests/spec/helpers/albums_helper_spec.rb delete mode 100644 tests/spec/helpers/artists_helper_spec.rb delete mode 100644 tests/spec/helpers/cacheable_clients_helper_spec.rb delete mode 100644 tests/spec/helpers/projects_helper_spec.rb delete mode 100644 tests/spec/helpers/render_helper_spec.rb delete mode 100644 tests/spec/helpers/songs_helper_spec.rb delete mode 100644 tests/spec/models/album_spec.rb delete mode 100644 tests/spec/models/artist_spec.rb delete mode 100644 tests/spec/models/song_spec.rb diff --git a/tests/spec/helpers/albums_helper_spec.rb b/tests/spec/helpers/albums_helper_spec.rb deleted file mode 100644 index 23c9cb04..00000000 --- a/tests/spec/helpers/albums_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'spec_helper' - -# Specs in this file have access to a helper object that includes -# the AlbumsHelper. For example: -# -# describe AlbumsHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" -# end -# end -# end -describe AlbumsHelper do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/tests/spec/helpers/artists_helper_spec.rb b/tests/spec/helpers/artists_helper_spec.rb deleted file mode 100644 index 7a1305af..00000000 --- a/tests/spec/helpers/artists_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'spec_helper' - -# Specs in this file have access to a helper object that includes -# the ArtistsHelper. For example: -# -# describe ArtistsHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" -# end -# end -# end -describe ArtistsHelper do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/tests/spec/helpers/cacheable_clients_helper_spec.rb b/tests/spec/helpers/cacheable_clients_helper_spec.rb deleted file mode 100644 index ca8d8336..00000000 --- a/tests/spec/helpers/cacheable_clients_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'spec_helper' - -# Specs in this file have access to a helper object that includes -# the CacheableClientsHelper. For example: -# -# describe CacheableClientsHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" -# end -# end -# end -describe CacheableClientsHelper do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/tests/spec/helpers/projects_helper_spec.rb b/tests/spec/helpers/projects_helper_spec.rb deleted file mode 100644 index 4dfdd6da..00000000 --- a/tests/spec/helpers/projects_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'spec_helper' - -# Specs in this file have access to a helper object that includes -# the ProjectsHelper. For example: -# -# describe ProjectsHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" -# end -# end -# end -describe ProjectsHelper do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/tests/spec/helpers/render_helper_spec.rb b/tests/spec/helpers/render_helper_spec.rb deleted file mode 100644 index 45bc7801..00000000 --- a/tests/spec/helpers/render_helper_spec.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'spec_helper' - -# Specs in this file have access to a helper object that includes -# the RenderHelper. For example: -# -# describe RenderHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" -# end -# end -# end -describe RenderHelper do -end diff --git a/tests/spec/helpers/songs_helper_spec.rb b/tests/spec/helpers/songs_helper_spec.rb deleted file mode 100644 index df675d60..00000000 --- a/tests/spec/helpers/songs_helper_spec.rb +++ /dev/null @@ -1,15 +0,0 @@ -require 'spec_helper' - -# Specs in this file have access to a helper object that includes -# the SongsHelper. For example: -# -# describe SongsHelper do -# describe "string concat" do -# it "concats two strings with spaces" do -# helper.concat_strings("this","that").should == "this that" -# end -# end -# end -describe SongsHelper do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/tests/spec/models/album_spec.rb b/tests/spec/models/album_spec.rb deleted file mode 100644 index 08d23548..00000000 --- a/tests/spec/models/album_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe Album do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/tests/spec/models/artist_spec.rb b/tests/spec/models/artist_spec.rb deleted file mode 100644 index 4efbc733..00000000 --- a/tests/spec/models/artist_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe Artist do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/tests/spec/models/song_spec.rb b/tests/spec/models/song_spec.rb deleted file mode 100644 index 4885db56..00000000 --- a/tests/spec/models/song_spec.rb +++ /dev/null @@ -1,5 +0,0 @@ -require 'spec_helper' - -describe Song do - pending "add some examples to (or delete) #{__FILE__}" -end