Merge pull request #136 from openHPI/fix-tests

Fix Tests
This commit is contained in:
rteusner
2017-11-01 10:10:04 +01:00
committed by GitHub
11 changed files with 57 additions and 80 deletions

View File

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