Sha256: c3b4800180aa249099d044f38d3d72fe3f7becf2a44eb329db4a4f58384a517e

Contents?: true

Size: 700 Bytes

Versions: 43

Compression:

Stored size: 700 Bytes

Contents

require 'spec_helper'

describe "series_has_manifestations/show" do
  before(:each) do
    @series_has_manifestation = assign(:series_has_manifestation, stub_model(SeriesHasManifestation,
      :series_statement_id => 1,
      :manifestation_id => 1,
      :position => 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(/1/)
    # Run the generator again with the --webrat flag if you want to use webrat matchers
    rendered.should match(/1/)
    # Run the generator again with the --webrat flag if you want to use webrat matchers
    rendered.should match(/1/)
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
enju_biblio-0.1.0.pre34 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre33 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre32 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre31 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre30 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre29 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre28 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre27 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre26 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre25 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre24 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre23 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre22 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre21 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre20 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre19 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre18 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre17 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre16 spec/views/series_has_manifestations/show.html.erb_spec.rb
enju_biblio-0.1.0.pre15 spec/views/series_has_manifestations/show.html.erb_spec.rb