Sha256: 4007484f7622a6af3cc9022c46f9222aa3e80e8ee6d1e39d71f5b4f6bfa455d3

Contents?: true

Size: 367 Bytes

Versions: 15

Compression:

Stored size: 367 Bytes

Contents

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

15 entries across 15 versions & 1 rubygems

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