Removed unused test files.

This commit is contained in:
benni 2012-08-27 08:46:45 +02:00
parent 971e80b505
commit 610b851111
50 changed files with 0 additions and 901 deletions

View file

@ -1,11 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class ArticleCategoryTest < Test::Unit::TestCase
fixtures :article_categories
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,9 +0,0 @@
require 'test_helper'
class ArticlePriceTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View file

@ -1,10 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class ArticleTest < Test::Unit::TestCase
fixtures :articles
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,12 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class AssignmentTest < Test::Unit::TestCase
fixtures :assignments
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,11 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class FinancialTransactionTest < Test::Unit::TestCase
fixtures :financial_transactions
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,11 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class GroupOrderArticleQuantityTest < Test::Unit::TestCase
fixtures :group_order_article_quantities
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,14 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class GroupTest < Test::Unit::TestCase
fixtures :groups
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,4 +0,0 @@
require 'test_helper'
class FeebackHelperTest < ActionView::TestCase
end

View file

@ -1,4 +0,0 @@
require 'test_helper'
class Finance::OrdergroupsHelperTest < ActionView::TestCase
end

View file

@ -1,4 +0,0 @@
require 'test_helper'
class OrderCommentsHelperTest < ActionView::TestCase
end

View file

@ -1,4 +0,0 @@
require 'test_helper'
class SessionsHelperTest < ActionView::TestCase
end

View file

@ -1,4 +0,0 @@
require 'test_helper'
class UsersHelperTest < ActionView::TestCase
end

View file

@ -1,11 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class MembershipTest < Test::Unit::TestCase
fixtures :memberships
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,10 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class MessagesTest < Test::Unit::TestCase
fixtures :messages
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,9 +0,0 @@
require 'test_helper'
class OrderCommentTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View file

@ -1,11 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class OrderTest < Test::Unit::TestCase
fixtures :orders
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,10 +0,0 @@
require 'test_helper'
class PageTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View file

@ -1,10 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class SharedArticleTest < Test::Unit::TestCase
fixtures :shared_articles
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,11 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class SharedSupplierTest < Test::Unit::TestCase
fixtures :shared_suppliers
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,10 +0,0 @@
require 'test_helper'
class StockArticleTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View file

@ -1,9 +0,0 @@
require 'test_helper'
class StockChangeTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View file

@ -1,9 +0,0 @@
require 'test_helper'
class StockTakingTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View file

@ -1,13 +0,0 @@
require File.dirname(__FILE__) + '/../test_helper'
class TaskTest < Test::Unit::TestCase
fixtures :tasks
# Replace this with your real tests.
def test_truth
assert true
end
end

View file

@ -1,12 +0,0 @@
require 'test_helper'
class WorkgroupTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end