Sha256: f45f9cc797b3758009cb3553f763f85d54ef0b38fb8490842f41abac680f8fc5

Contents?: true

Size: 430 Bytes

Versions: 16

Compression:

Stored size: 430 Bytes

Contents

require 'rails_helper'

describe "event_export_files/index" do
  fixtures :all

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

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

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
enju_event-0.3.5 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.4.0.rc.1 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.3.4 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.3.3 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.4.0.beta.2 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.4.0.beta.1 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.3.2 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.3.1 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.3.0 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.3.0.rc.1 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.3.0.beta.1 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.2.3 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.2.2 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.2.1 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.2.0 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.2.0.beta.4 spec/views/event_export_files/index.html.erb_spec.rb