Sha256: b5fa17ae08c309068ae71cb6f7a5b4f657972de9f1749543f9b5f7ef786a902c

Contents?: true

Size: 368 Bytes

Versions: 16

Compression:

Stored size: 368 Bytes

Contents

require 'rails_helper'

describe "event_export_files/show" do
  before(:each) do
    @event_export_file = assign(:event_export_file, stub_model(EventExportFile))
    view.stub(:current_user).and_return(User.find(1))
  end

  it "renders attributes in <p>" 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/show.html.erb_spec.rb
enju_event-0.4.0.rc.1 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.3.4 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.3.3 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.4.0.beta.2 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.4.0.beta.1 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.3.2 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.3.1 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.3.0 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.3.0.rc.1 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.3.0.beta.1 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.2.3 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.2.2 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.2.1 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.2.0 spec/views/event_export_files/show.html.erb_spec.rb
enju_event-0.2.0.beta.4 spec/views/event_export_files/show.html.erb_spec.rb