Skip to content

Commit 5a6cc71

Browse files
committed
Remove references to Imminence, as Smart Answers doesn't use it now.
1 parent 5a720b8 commit 5a6cc71

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Smart Answers
22

3-
A tool for content designers to present complex information as a flow of questions, leading to an outcome. While the app is mostly self-contained, some Smart Answers use [Imminence](https://github.com/alphagov/imminence) for Post Code lookup, and [Whitehall](https://github.com/alphagov/whitehall) to get data on countries and worldwide organisations.
3+
A tool for content designers to present complex information as a flow of questions, leading to an outcome. While the app is mostly self-contained, some Smart Answers use [Whitehall](https://github.com/alphagov/whitehall) to get data on countries and worldwide organisations.
44

55
## Live examples
66

test/test_helper.rb

-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616

1717
require "gds_api/test_helpers/json_client_helper"
1818
require "gds_api/test_helpers/content_store"
19-
require "gds_api/test_helpers/imminence"
2019
require "gds_api/test_helpers/publishing_api"
2120
require "gds_api/test_helpers/worldwide"
2221
require_relative "support/fixture_methods"
2322

2423
class ActiveSupport::TestCase
2524
include FixtureMethods
2625
include GdsApi::TestHelpers::ContentStore
27-
include GdsApi::TestHelpers::Imminence
2826
include GdsApi::TestHelpers::PublishingApi
2927
include GdsApi::TestHelpers::Worldwide
3028
include ActionDispatch::Assertions

0 commit comments

Comments
 (0)