Sha256: a8b63f24f4fa852b5f6a5b27e9cec54e430afc2a445d3ae895880e13a246ea07

Contents?: true

Size: 444 Bytes

Versions: 27

Compression:

Stored size: 444 Bytes

Contents

require 'rails_helper'

describe "resource_export_files/index" do
  fixtures :all

  before(:each) do
    assign(:resource_export_files, Kaminari.paginate_array([
      stub_model(ResourceExportFile, user_id: 1),
      stub_model(ResourceExportFile, user_id: 1)
    ]).page(1))
  end

  it "renders a list of resource_export_files" do
    render
    # Run the generator again with the --webrat flag if you want to use webrat matchers
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
enju_biblio-0.3.4 spec/views/resource_export_files/index.html.erb_spec.rb
enju_biblio-0.3.3 spec/views/resource_export_files/index.html.erb_spec.rb
enju_biblio-0.3.2 spec/views/resource_export_files/index.html.erb_spec.rb
enju_biblio-0.3.1 spec/views/resource_export_files/index.html.erb_spec.rb
enju_biblio-0.3.0 spec/views/resource_export_files/index.html.erb_spec.rb
enju_biblio-0.3.0.rc.1 spec/views/resource_export_files/index.html.erb_spec.rb
enju_biblio-0.3.0.beta.2 spec/views/resource_export_files/index.html.erb_spec.rb