Skip to content

Commit

Permalink
Merge pull request #693 from alphagov/revert-689-survey-test
Browse files Browse the repository at this point in the history
Revert "Display test survey during the correct period"
  • Loading branch information
dsingleton committed Dec 14, 2015
2 parents 793153e + 410a1dc commit 6e77db7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 42 deletions.
6 changes: 0 additions & 6 deletions app/helpers/survey_helper.rb

This file was deleted.

6 changes: 1 addition & 5 deletions app/views/root/_base.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@
<% end %>

<% content_for :after_header do %>
<% if during_test_period? %>
<div id="user-satisfaction-survey-container" data-survey-url="https://www.surveymonkey.co.uk/r/3Y3SF53"></div>
<% else %>
<div id="user-satisfaction-survey-container" data-survey-url="https://www.surveymonkey.com/s/6HZFSVC"></div>
<% end %>
<div id="user-satisfaction-survey-container" data-survey-url="https://www.surveymonkey.com/s/6HZFSVC"></div>

<% unless local_assigns[:hide_banner_notification] %>
<%= banner_notification %>
Expand Down
31 changes: 0 additions & 31 deletions test/integration/survey_test_test.rb

This file was deleted.

0 comments on commit 6e77db7

Please sign in to comment.