Skip to content

Commit

Permalink
Archive legacy quiz tool
Browse files Browse the repository at this point in the history
This has been unused for a long while.
  • Loading branch information
benlovell committed Feb 20, 2025
1 parent f58b712 commit e54cdcd
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 99 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ gem 'mortgage_calculator', '~> 4.6.0'
gem 'payday_loans_intervention', '~> 1.9.0'
gem 'pensions_calculator', github: 'moneyadviceservice/pensions_calculator', ref: '12db3f55'
gem 'puma'
gem 'quiz', '~> 1.4.0', source: 'https://gem.fury.io/h_app288206558'
gem 'savings_calculator', github: 'moneyadviceservice/savings_calculator', ref: '1ccfd87'
gem 'timelines', github: 'moneyadviceservice/timelines', ref: 'c5ee622'
gem 'wpcc', github: 'moneyadviceservice/wpcc', ref: '45a0a46'
Expand Down
17 changes: 0 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,6 @@ GEM
railties (>= 3.1)
sprockets
chronic (0.10.2)
cocoon (1.2.12)
codeclimate-test-reporter (0.6.0)
simplecov (>= 0.7.1, < 1.0.0)
coderay (1.1.3)
Expand Down Expand Up @@ -371,10 +370,6 @@ GEM
dotenv-rails (2.2.1)
dotenv (= 2.2.1)
railties (>= 3.2, < 5.2)
dragonfly (1.2.0)
addressable (~> 2.3)
multi_json (~> 1.0)
rack (>= 1.3)
draper (2.1.0)
actionpack (>= 3.0)
activemodel (>= 3.0)
Expand Down Expand Up @@ -406,10 +401,6 @@ GEM
rails (>= 4, < 5)
foreman (0.84.0)
thor (~> 0.19.1)
formtastic (2.3.1)
actionpack (>= 3.0)
formtastic-bootstrap (2.1.3)
formtastic (~> 2.2)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
geokit (1.14.0)
Expand Down Expand Up @@ -590,13 +581,6 @@ GEM
public_suffix (5.1.1)
puma (6.4.2)
nio4r (~> 2.0)
quiz (1.4.0)
cocoon
devise
dragonfly (>= 1.0.0)
formtastic-bootstrap (>= 2.1, < 3)
friendly_id (>= 5.0)
rails (>= 4, < 5)
racc (1.8.1)
rack-accept (0.4.5)
rack (>= 0.4)
Expand Down Expand Up @@ -870,7 +854,6 @@ DEPENDENCIES
pry-rescue
psych (>= 2.0.5)
puma
quiz (~> 1.4.0)!
rack!
rack-livereload
rack-rewrite
Expand Down
13 changes: 0 additions & 13 deletions app/controllers/quiz_controller.rb

This file was deleted.

1 change: 0 additions & 1 deletion config/initializers/quiz.rb

This file was deleted.

3 changes: 0 additions & 3 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ def not_implemented
mount PensionsCalculator::Engine => '/tools/:tool_id',
constraints: ToolMountPoint.for(:pensions_calculator)

mount Quiz::Engine => '/tools/:tool_id',
constraints: ToolMountPoint.for(:quiz)

mount SavingsCalculator::Engine => '/tools/:tool_id',
constraints: ToolMountPoint.for(:savings_calculator)

Expand Down
7 changes: 0 additions & 7 deletions features/quiz_admin_login.feature

This file was deleted.

17 changes: 0 additions & 17 deletions features/step_definitions/quiz_authentication_steps.rb

This file was deleted.

11 changes: 0 additions & 11 deletions features/support/ui/pages/quiz_admin.rb

This file was deleted.

1 change: 0 additions & 1 deletion features/support/world/pages.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def current_page
news_article
partners
profile
quiz_admin
rio
search_results
sitemap
Expand Down
1 change: 0 additions & 1 deletion lib/tool_mount_point.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
require_relative '../lib/tool_mount_point/savings_calculator'
require_relative '../lib/tool_mount_point/timelines'
require_relative '../lib/tool_mount_point/christmas_money_planner'
require_relative '../lib/tool_mount_point/quiz'
require_relative '../lib/tool_mount_point/wpcc'

module ToolMountPoint
Expand Down
6 changes: 0 additions & 6 deletions lib/tool_mount_point/quiz.rb

This file was deleted.

7 changes: 0 additions & 7 deletions spec/controllers/quiz_controller_spec.rb

This file was deleted.

14 changes: 0 additions & 14 deletions spec/requests/tool_integration/quiz_spec.rb

This file was deleted.

0 comments on commit e54cdcd

Please sign in to comment.