View specs, added factories, fixed bugs

This commit is contained in:
Gopesh Tulsyan 2014-05-19 12:24:48 +05:30
parent 322ddd1501
commit d1e9bd06a6
33 changed files with 319 additions and 12 deletions

7
spec/factories/vdays.rb Normal file
View file

@ -0,0 +1,7 @@
FactoryGirl.define do
factory :vday do
day Date.today
description 'Lorem Ipsum dolsum'
conference
end
end