Sha256: a2eb18a5d91fea0100ed25bf5e0145e1de7f12d8f9f453a63deb0702d7e483b9

Contents?: true

Size: 253 Bytes

Versions: 25

Compression:

Stored size: 253 Bytes

Contents

require 'rails_helper'

RSpec.describe "auth/images/index", type: :view do
  before(:each) do
    assign(:auth_images, [
      Auth::Image.create!(),
      Auth::Image.create!()
    ])
  end

  it "renders a list of auth/images" do
    render
  end
end

Version data entries

25 entries across 25 versions & 1 rubygems

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