# frozen_string_literal: true # Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ require 'spec_helper' describe "/contacts/index" do include ContactsHelper before do login end it "should render [contact] template with @contacts collection if there are contacts" do assign(:contacts, [build_stubbed(:contact, id: 42)].paginate) render template: 'contacts/index', formats: [:js] expect(rendered).to include("$('#contacts').html('