Sha256: d2cfbcd2e0f98ed0926b099bb811ce670c955dafa86fb1c18f0f4bf9290e8417

Contents?: true

Size: 506 Bytes

Versions: 11

Compression:

Stored size: 506 Bytes

Contents

require 'spec_helper'

describe "export_files/show" do
  before(:each) do
    @export_file = assign(:export_file, stub_model(ExportFile,
      :export_file_name => "Export File Name",
      :export_content_type => "Export Content Type",
      :export_file_size => "Export File Size",
      :state => "State"
    ))
  end

  it "renders attributes in <p>" do
    render
    # Run the generator again with the --webrat flag if you want to use webrat matchers
    rendered.should match(/Preparing/)
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
enju_export-0.1.1.pre6 spec/views/export_files/show.html.erb_spec.rb
enju_export-0.1.1.pre5 spec/views/export_files/show.html.erb_spec.rb
enju_export-0.1.1.pre4 spec/views/export_files/show.html.erb_spec.rb
enju_export-0.1.1.pre3 spec/views/export_files/show.html.erb_spec.rb
enju_export-0.1.1.pre2 spec/views/export_files/show.html.erb_spec.rb
enju_export-0.1.1.pre spec/views/export_files/show.html.erb_spec.rb
enju_export-0.1.0.pre spec/views/export_files/show.html.erb_spec.rb
enju_export-0.1.0 spec/views/export_files/show.html.erb_spec.rb
enju_export-0.0.3 spec/views/export_files/show.html.erb_spec.rb
enju_export-0.0.2 spec/views/export_files/show.html.erb_spec.rb
enju_export-0.0.1 spec/views/export_files/show.html.erb_spec.rb