Sha256: b44ada08b8e7091946d1ced50f13805ecfb8560ce2d388985f2207e6e9c331db

Contents?: true

Size: 725 Bytes

Versions: 27

Compression:

Stored size: 725 Bytes

Contents

require 'spec_helper'

describe "agent_types/new" do
  before(:each) do
    assign(:agent_type, stub_model(AgentType,
      :name => "MyString",
      :display_name => "MyText",
      :note => "MyText",
      :position => 1
    ).as_new_record)
  end

  it "renders new agent_type form" do
    render

    # Run the generator again with the --webrat flag if you want to use webrat matchers
    assert_select "form", :action => agent_types_path, :method => "post" do
      assert_select "input#agent_type_name", :name => "agent_type[name]"
      assert_select "textarea#agent_type_display_name", :name => "agent_type[display_name]"
      assert_select "textarea#agent_type_note", :name => "agent_type[note]"
    end
  end
end

Version data entries

27 entries across 27 versions & 1 rubygems

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