1
0
Fork 0
discourse-custom-wizard-unl.../spec/requests/custom_wizard/wizard_controller_spec.rb

31 Zeilen
488 B
Ruby

2019-12-04 12:13:51 +01:00
require 'rails_helper'
describe CustomWizard::WizardController do
it 'returns a wizard if enabled' do
end
it 'returns a disabled message if disabled' do
end
it 'returns a missing message if no wizard exists' do
end
it 'returns a custom wizard theme' do
end
it 'updates the page title' do
end
it 'skips a wizard if user is allowed to skip' do
end
it 'returns a no skip message if user is not allowed to skip' do
end
end