Sha256: a1f34a3e0af92251d3f873dae0a19d112b04bfc2e009ee4b80bf1df80fc8e458

Contents?: true

Size: 218 Bytes

Versions: 25

Compression:

Stored size: 218 Bytes

Contents

require 'rails_helper'

RSpec.describe "auth/images/show", type: :view do
  before(:each) do
    @auth_image = assign(:auth_image, Auth::Image.create!())
  end

  it "renders attributes in <p>" 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/show.html.erb_spec.rb
wordjelly-auth-1.2.6 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.2.5 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.2.4 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.2.3 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.2.2 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.2.1 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.2.0 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.9 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.8 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.7 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.6 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.5 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.4 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.3 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.2 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.1 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.1.0 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.0.9 spec/views/auth/images/show.html.erb_spec.rb
wordjelly-auth-1.0.8 spec/views/auth/images/show.html.erb_spec.rb