Sha256: 04b3068d54d0930732e0ec2085ff6bc96c3e3d08855dfe7551861dfdba83a2b7

Contents?: true

Size: 466 Bytes

Versions: 9

Compression:

Stored size: 466 Bytes

Contents

require 'rails_helper'

RSpec.describe '/de/bilder/galerien', type: :feature do
  let(:resource_class) { Cmor::Galleries::PictureGallery }
  let(:resource) { create(:cmor_galleries_picture_gallery, published: true) }
  let(:resources) { create_list(:cmor_galleries_picture_gallery, 3, published: true) }

  # List
  it { resources; expect(subject).to implement_index_action(self) }

  # Read
  it { expect(subject).to implement_show_action(self).for(resource) }
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cmor_galleries-0.0.51.pre spec/features/de/bilder/galerien_feature_spec.rb
cmor_galleries-0.0.50.pre spec/features/de/bilder/galerien_feature_spec.rb
cmor_galleries-0.0.49.pre spec/features/de/bilder/galerien_feature_spec.rb
cmor_galleries-0.0.48.pre spec/features/de/bilder/galerien_feature_spec.rb
cmor_galleries-0.0.45.pre spec/features/de/bilder/galerien_feature_spec.rb
cmor_galleries-0.0.44.pre spec/features/de/bilder/galerien_feature_spec.rb
cmor_galleries-0.0.43.pre spec/features/de/bilder/galerien_feature_spec.rb
cmor_galleries-0.0.42.pre spec/features/de/bilder/galerien_feature_spec.rb
cmor_galleries-0.0.41.pre spec/features/de/bilder/galerien_feature_spec.rb