mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Add Site settings > General (#133)
This commit is contained in:
committed by
GitHub
parent
bdc4004e4a
commit
35831b9801
@@ -10,4 +10,16 @@ RSpec.describe 'static pages routing', :aggregate_failures, type: :routing do
|
||||
controller: 'static_pages', action: 'roadmap'
|
||||
)
|
||||
end
|
||||
|
||||
it 'routes pending tenant page' do
|
||||
expect(get: '/pending-tenant').to route_to(
|
||||
controller: 'static_pages', action: 'pending_tenant'
|
||||
)
|
||||
end
|
||||
|
||||
it 'routes blocked tenant page' do
|
||||
expect(get: '/blocked-tenant').to route_to(
|
||||
controller: 'static_pages', action: 'blocked_tenant'
|
||||
)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user