Sha256: e8e60500c9e4498d574db3ae5ccc3761dc65af00ade210de145feea569513bf7

Contents?: true

Size: 429 Bytes

Versions: 15

Compression:

Stored size: 429 Bytes

Contents

require 'spec_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

15 entries across 15 versions & 1 rubygems

Version Path
enju_event-0.2.0.beta.3 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.2.0.beta.2 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.2.0.beta.1 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.19 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.18 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre27 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre26 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre25 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre24 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre23 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre22 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre21 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre20 spec/views/event_export_files/index.html.erb_spec.rb
enju_event-0.1.17.pre19 spec/views/event_export_files/index.html.erb_spec.rb