Remove auto-generated tests

This commit is contained in:
Maximilian Grundke
2017-10-16 13:12:46 +02:00
parent e52c9213a1
commit ddeab8c34f
4 changed files with 0 additions and 35 deletions

View File

@ -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

View File

@ -1,7 +0,0 @@
require 'test_helper'
class SubscriptionControllerTest < ActionController::TestCase
# test "the truth" do
# assert true
# end
end

View File

@ -1,7 +0,0 @@
FactoryGirl.define do
factory :subscription do
user nil
request_for_comments nil
type ""
end
end

View File

@ -1,7 +0,0 @@
require 'test_helper'
class SubscriptionTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end