Sha256: 3bc0ba6705192f25225d2a00cf37e1bf9fd8fbb0d35d8875cf6998f68d536115

Contents?: true

Size: 309 Bytes

Versions: 27

Compression:

Stored size: 309 Bytes

Contents

require 'rails_helper'

RSpec.describe "auth/admin_create_users/index", type: :view do
  before(:each) do
    assign(:auth_admin_create_users, [
      Auth::AdminCreateUser.create!(),
      Auth::AdminCreateUser.create!()
    ])
  end

  it "renders a list of auth/admin_create_users" do
    render
  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/index.html.erb_spec.rb
wordjelly-auth-1.2.6 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.2.5 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.2.4 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.2.3 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.2.2 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.2.1 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.2.0 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.9 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.8 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.7 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.6 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.5 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.4 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.3 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.2 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.1 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.1.0 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.0.9 spec/views/auth/admin_create_users/index.html.erb_spec.rb
wordjelly-auth-1.0.8 spec/views/auth/admin_create_users/index.html.erb_spec.rb