Sha256: fe72d09b366118ffd0332061c32c6cd997cffee52dd0a51f279cd67b2613efe1

Contents?: true

Size: 396 Bytes

Versions: 27

Compression:

Stored size: 396 Bytes

Contents

require 'rails_helper'

describe "produces/show" do
  before(:each) do
    @produce = assign(:produce, stub_model(Produce,
      manifestation_id: 1,
      agent_id: 1
    ))
  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(/#{Manifestation.find(1).original_title}/)
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
enju_biblio-0.3.4 spec/views/produces/show.html.erb_spec.rb
enju_biblio-0.3.3 spec/views/produces/show.html.erb_spec.rb
enju_biblio-0.3.2 spec/views/produces/show.html.erb_spec.rb
enju_biblio-0.3.1 spec/views/produces/show.html.erb_spec.rb
enju_biblio-0.3.0 spec/views/produces/show.html.erb_spec.rb
enju_biblio-0.3.0.rc.1 spec/views/produces/show.html.erb_spec.rb
enju_biblio-0.3.0.beta.2 spec/views/produces/show.html.erb_spec.rb