diff --git a/test/fixtures/article_comments.yml b/test/fixtures/article_comments.yml deleted file mode 100644 index 937a0c0..0000000 --- a/test/fixtures/article_comments.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value diff --git a/test/fixtures/article_stars.yml b/test/fixtures/article_stars.yml deleted file mode 100644 index 937a0c0..0000000 --- a/test/fixtures/article_stars.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value diff --git a/test/fixtures/article_views.yml b/test/fixtures/article_views.yml deleted file mode 100644 index 937a0c0..0000000 --- a/test/fixtures/article_views.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value diff --git a/test/fixtures/articles.yml b/test/fixtures/articles.yml deleted file mode 100644 index 937a0c0..0000000 --- a/test/fixtures/articles.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value diff --git a/test/fixtures/blog_infos.yml b/test/fixtures/blog_infos.yml deleted file mode 100644 index 937a0c0..0000000 --- a/test/fixtures/blog_infos.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value diff --git a/test/fixtures/categories.yml b/test/fixtures/categories.yml deleted file mode 100644 index 937a0c0..0000000 --- a/test/fixtures/categories.yml +++ /dev/null @@ -1,11 +0,0 @@ -# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html - -# This model initially had no columns defined. If you add columns to the -# model remove the '{}' from the fixture names and add the columns immediately -# below each fixture, per the syntax in the comments below -# -one: {} -# column: value -# -two: {} -# column: value diff --git a/test/models/article_comment_test.rb b/test/models/article_comment_test.rb deleted file mode 100644 index 612909a..0000000 --- a/test/models/article_comment_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class ArticleCommentTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/models/article_star_test.rb b/test/models/article_star_test.rb deleted file mode 100644 index d604021..0000000 --- a/test/models/article_star_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class ArticleStarTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/models/article_test.rb b/test/models/article_test.rb deleted file mode 100644 index 11c8abe..0000000 --- a/test/models/article_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class ArticleTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/models/article_view_test.rb b/test/models/article_view_test.rb deleted file mode 100644 index ff6888d..0000000 --- a/test/models/article_view_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class ArticleViewTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/models/blog_info_test.rb b/test/models/blog_info_test.rb deleted file mode 100644 index 69e3f18..0000000 --- a/test/models/blog_info_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class BlogInfoTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/models/category_test.rb b/test/models/category_test.rb deleted file mode 100644 index 4733541..0000000 --- a/test/models/category_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class CategoryTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/models/user_test.rb b/test/models/user_test.rb deleted file mode 100644 index 82f61e0..0000000 --- a/test/models/user_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end