Add subscription model and link it to RFC

This commit is contained in:
Maximilian Grundke
2017-09-06 15:16:47 +02:00
parent f628774995
commit 5aa9edb209
6 changed files with 81 additions and 1 deletions

View File

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

View File

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