Added model test

Added test for physical ticket model.
This commit is contained in:
Siddhant Bajaj 2017-06-08 03:45:08 +05:30 committed by siddhantbajaj
parent 5c56683ae8
commit d7678b2fa0
4 changed files with 25 additions and 18 deletions

View file

@ -0,0 +1,5 @@
FactoryGirl.define do
factory :physical_ticket do
ticket_purchase
end
end