Guest User

Untitled

a guest
Jun 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. 1)
  2. ActiveRecord::RecordInvalid in 'Eventmaster with associated event recurrence should save the event recurrence object after build'
  3. Validation failed: Event recurrence can't be blank
  4. ./spec/models/activity_spec.rb:107:
  5.  
  6. 2)
  7. 'event should not allow duplicated values for time occurrences' FAILED
  8. expected: 2,
  9. got: 4 (using ==)
  10. ./spec/models/event_recurrence_spec.rb:242:
  11.  
  12. 3)
  13. 'Event registration cutoff should not be directly updateable' FAILED
  14. expected StandardError with "Registration cutoff can only be assigned through EventRecurrence." but nothing was raised
  15. ./spec/models/event_spec.rb:52:
  16.  
  17. Finished in 34.885889 seconds
  18.  
  19. 288 examples, 3 failures
Add Comment
Please, Sign In to add comment