1
0
Fork 0
discourse-custom-wizard-unl.../spec/requests/custom_wizard/wizard_controller_spec.rb
2019-12-04 22:13:51 +11:00

31 Zeilen
Kein EOL
488 B
Ruby

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