forked from bofh/fetsite
GitHub Account angelegt
This commit is contained in:
0
test/unit/.gitkeep
Normal file
0
test/unit/.gitkeep
Normal file
4
test/unit/helpers/lvas_helper_test.rb
Normal file
4
test/unit/helpers/lvas_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class LvasHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/modulgruppen_helper_test.rb
Normal file
4
test/unit/helpers/modulgruppen_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ModulgruppenHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/moduls_helper_test.rb
Normal file
4
test/unit/helpers/moduls_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ModulsHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/neuigkeiten_helper_test.rb
Normal file
4
test/unit/helpers/neuigkeiten_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class NeuigkeitenHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/rubriken_helper_test.rb
Normal file
4
test/unit/helpers/rubriken_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class RubrikenHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/semesters_helper_test.rb
Normal file
4
test/unit/helpers/semesters_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SemestersHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/studia_helper_test.rb
Normal file
4
test/unit/helpers/studia_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class StudiaHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/studmods_helper_test.rb
Normal file
4
test/unit/helpers/studmods_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class StudmodsHelperTest < ActionView::TestCase
|
||||
end
|
||||
7
test/unit/lva_test.rb
Normal file
7
test/unit/lva_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class LvaTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/modul_test.rb
Normal file
7
test/unit/modul_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ModulTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/modulgruppe_test.rb
Normal file
7
test/unit/modulgruppe_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ModulgruppeTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/neuigkeit_test.rb
Normal file
7
test/unit/neuigkeit_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class NeuigkeitTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/rubrik_test.rb
Normal file
7
test/unit/rubrik_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class RubrikTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/semester_test.rb
Normal file
7
test/unit/semester_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SemesterTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/studium_test.rb
Normal file
7
test/unit/studium_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class StudiumTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/studmod_test.rb
Normal file
7
test/unit/studmod_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class StudmodTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
7
test/unit/user_test.rb
Normal file
7
test/unit/user_test.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class UserTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user