Refactoring Venue, Lodgings und Rooms

#385
This commit is contained in:
Chrisbr 2014-07-31 12:20:04 +02:00
parent 518e1cc62b
commit 5fe99dd041
26 changed files with 352 additions and 130 deletions

View file

@ -3,6 +3,7 @@ describe 'admin/rooms/index' do
it 'renders rooms list' do
@room = create(:room)
assign :rooms, [@room]
assign :conference, @room.conference
render
expect(rendered).to include('Example Room')