diff --git a/test/controllers/exercise_collections_controller_test.rb b/test/controllers/exercise_collections_controller_test.rb deleted file mode 100644 index 699c9271..00000000 --- a/test/controllers/exercise_collections_controller_test.rb +++ /dev/null @@ -1,14 +0,0 @@ -require 'test_helper' - -class ExerciseCollectionsControllerTest < ActionController::TestCase - test "should get index" do - get :index - assert_response :success - end - - test "should get show" do - get :show - assert_response :success - end - -end diff --git a/test/controllers/subscription_controller_test.rb b/test/controllers/subscription_controller_test.rb deleted file mode 100644 index 8dde0e19..00000000 --- a/test/controllers/subscription_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class SubscriptionControllerTest < ActionController::TestCase - # test "the truth" do - # assert true - # end -end diff --git a/test/factories/subscriptions.rb b/test/factories/subscriptions.rb deleted file mode 100644 index 11c5a67a..00000000 --- a/test/factories/subscriptions.rb +++ /dev/null @@ -1,7 +0,0 @@ -FactoryGirl.define do - factory :subscription do - user nil - request_for_comments nil - type "" - end -end diff --git a/test/models/subscription_test.rb b/test/models/subscription_test.rb deleted file mode 100644 index a045d1ea..00000000 --- a/test/models/subscription_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require 'test_helper' - -class SubscriptionTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end