diff --git a/test/fixtures/course_details.yml b/test/fixtures/course_details.yml
new file mode 100644
index 0000000..937a0c0
--- /dev/null
+++ b/test/fixtures/course_details.yml
@@ -0,0 +1,11 @@
+# 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/detail_courses.yml b/test/fixtures/detail_courses.yml
new file mode 100644
index 0000000..937a0c0
--- /dev/null
+++ b/test/fixtures/detail_courses.yml
@@ -0,0 +1,11 @@
+# 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/special_courses.yml b/test/fixtures/special_courses.yml
new file mode 100644
index 0000000..937a0c0
--- /dev/null
+++ b/test/fixtures/special_courses.yml
@@ -0,0 +1,11 @@
+# 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/course_detail_test.rb b/test/models/course_detail_test.rb
new file mode 100644
index 0000000..f3d7704
--- /dev/null
+++ b/test/models/course_detail_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class CourseDetailTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/models/detail_course_test.rb b/test/models/detail_course_test.rb
new file mode 100644
index 0000000..4527e77
--- /dev/null
+++ b/test/models/detail_course_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class DetailCourseTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/models/special_course_test.rb b/test/models/special_course_test.rb
new file mode 100644
index 0000000..67f515c
--- /dev/null
+++ b/test/models/special_course_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class SpecialCourseTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end