Sha256: ba23e706602961647e9010fca9b425571976720a60443b6d1ebded2751498b62

Contents?: true

Size: 402 Bytes

Versions: 27

Compression:

Stored size: 402 Bytes

Contents

require 'rails_helper'

RSpec.describe "auth/admin_create_users/edit", type: :view do
  before(:each) do
    @auth_admin_create_user = assign(:auth_admin_create_user, Auth::AdminCreateUser.create!())
  end

  it "renders the edit auth_admin_create_user form" do
    render

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

Version data entries

27 entries across 27 versions & 1 rubygems

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