Sha256: fde4730a4796320be0fbbb7537408062d5328a2eafec5687dd706aad1ff22797

Contents?: true

Size: 342 Bytes

Versions: 25

Compression:

Stored size: 342 Bytes

Contents

require 'rails_helper'

RSpec.describe "auth/assemblies/edit", type: :view do
  before(:each) do
    @auth_assembly = assign(:auth_assembly, Auth::Assembly.create!())
  end

  it "renders the edit auth_assembly form" do
    render

    assert_select "form[action=?][method=?]", auth_assembly_path(@auth_assembly), "post" do
    end
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
wordjelly-auth-1.2.8 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.2.6 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.2.5 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.2.4 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.2.3 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.2.2 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.2.1 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.2.0 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.9 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.8 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.7 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.6 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.5 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.4 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.3 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.2 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.1 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.1.0 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.0.9 spec/views/auth/assemblies/edit.html.erb_spec.rb
wordjelly-auth-1.0.8 spec/views/auth/assemblies/edit.html.erb_spec.rb