Remove auto-generated tests
This commit is contained in:
@ -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
|
|
@ -1,7 +0,0 @@
|
|||||||
require 'test_helper'
|
|
||||||
|
|
||||||
class SubscriptionControllerTest < ActionController::TestCase
|
|
||||||
# test "the truth" do
|
|
||||||
# assert true
|
|
||||||
# end
|
|
||||||
end
|
|
@ -1,7 +0,0 @@
|
|||||||
FactoryGirl.define do
|
|
||||||
factory :subscription do
|
|
||||||
user nil
|
|
||||||
request_for_comments nil
|
|
||||||
type ""
|
|
||||||
end
|
|
||||||
end
|
|
@ -1,7 +0,0 @@
|
|||||||
require 'test_helper'
|
|
||||||
|
|
||||||
class SubscriptionTest < ActiveSupport::TestCase
|
|
||||||
# test "the truth" do
|
|
||||||
# assert true
|
|
||||||
# end
|
|
||||||
end
|
|
Reference in New Issue
Block a user