Sha256: 3ca6397e41b9e94a67483da6dfbed6ab7c25ffb9757b7dcb316b8e244af16d2b

Contents?: true

Size: 344 Bytes

Versions: 10

Compression:

Stored size: 344 Bytes

Contents

describe 'Operations routes', type: :routing do
  routes { Hyrax::Engine.routes }

  it 'routes the list view' do
    expect(get: '/users/77/operations').to route_to(controller: 'hyrax/operations',
                                                    action: 'index',
                                                    user_id: "77")
  end
end

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 spec/routing/operations_spec.rb
hyrax-1.1.0 spec/routing/operations_spec.rb
hyrax-1.0.5 spec/routing/operations_spec.rb
hyrax-1.0.4 spec/routing/operations_spec.rb
hyrax-1.0.3 spec/routing/operations_spec.rb
hyrax-1.0.2 spec/routing/operations_spec.rb
hyrax-1.0.1 spec/routing/operations_spec.rb
hyrax-1.0.0.rc2 spec/routing/operations_spec.rb
hyrax-1.0.0.rc1 spec/routing/operations_spec.rb
test_hyrax-0.0.1.alpha spec/routing/operations_spec.rb