osem-fcy/spec/support/sidebar.rb
2014-05-21 16:20:02 +05:30

8 lines
No EOL
189 B
Ruby

module Sidebar
def sidebar
@conference = create(:conference)
assign :conference, @conference
render
expect(view).to render_template('admin/conference/_sidebar')
end
end