Sha256: e5b3508ec6340d9efb55a9d7f0e2360e7ce4e551bb09c57d56dbecb34522856e

Contents?: true

Size: 803 Bytes

Versions: 87

Compression:

Stored size: 803 Bytes

Contents

require 'spec_helper'

describe "produce_types/show" do
  before(:each) do
    @produce_type = assign(:produce_type, stub_model(ProduceType,
      :name => "Name",
      :display_name => "MyText",
      :note => "MyText",
      :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(/Name/)
    # Run the generator again with the --webrat flag if you want to use webrat matchers
    rendered.should match(/MyText/)
    # Run the generator again with the --webrat flag if you want to use webrat matchers
    rendered.should match(/MyText/)
    # Run the generator again with the --webrat flag if you want to use webrat matchers
    rendered.should match(/1/)
  end
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
enju_biblio-0.2.0.beta.3 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.2.0.beta.2 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.2.0.beta.1 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.3 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.2 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.1 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre71 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre70 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre69 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre68 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre67 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre66 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre65 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre64 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre63 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre62 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre61 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre60 spec/views/produce_types/show.html.erb_spec.rb
enju_biblio-0.1.0.pre59 spec/views/produce_types/show.html.erb_spec.rb