Guest User

Untitled

a guest
Jun 19th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. def test_shoud_not_create_business_day_with_existing_day
  2. login_as :quentin
  3. BusinessDay.create(:school => schools(:usf)) # make one for today
  4. assert_no_difference 'BusinessDay.count' do
  5. post :create # attempt to make another for today
  6. end
  7. end
Add Comment
Please, Sign In to add comment