Test namings

Test namings in event_schedules and schedules controllers.
This commit is contained in:
Ana 2016-08-10 11:17:23 +02:00
parent aebd5f20a1
commit 1989a33da1
2 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ describe SchedulesController do
.group_by{ |event| event.time.to_date }
end
it 'renders successfully' do
it 'has 200 status code' do
expect(response).to be_success
end
end