Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update list of tier 4 visa sponsoring establishments #2243

Merged
merged 6 commits into from
Jan 21, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,867 changes: 2,948 additions & 2,919 deletions lib/data/apply_tier_4_visa_data.yml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Check that your sponsor details are correct before applying.

Your sponsor institution is: The Moat Shool
Your sponsor institution is: THE MOAT SCHOOL

Your sponsor number is: V6G1G9F62

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Check that your sponsor details are correct before applying.

Your sponsor institution is: The Moat Shool
Your sponsor institution is: THE MOAT SCHOOL

Your sponsor number is: V6G1G9F62

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Check that your sponsor details are correct before applying.

Your sponsor institution is: The Moat Shool
Your sponsor institution is: THE MOAT SCHOOL

Your sponsor number is: V6G1G9F62

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Check that your sponsor details are correct before applying.

Your sponsor institution is: The Moat Shool
Your sponsor institution is: THE MOAT SCHOOL

Your sponsor number is: V6G1G9F62

Expand Down
2 changes: 1 addition & 1 deletion test/data/apply-tier-4-visa-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ lib/smart_answer_flows/apply-tier-4-visa/apply_tier_4_visa.govspeak.erb: 3381c11
lib/smart_answer_flows/apply-tier-4-visa/outcomes/outcome.govspeak.erb: f68864437aaec0bf9e39217906ed0709
lib/smart_answer_flows/apply-tier-4-visa/questions/extending_or_switching.govspeak.erb: dc13d9da757a3531215b7f33035fc42d
lib/smart_answer_flows/apply-tier-4-visa/questions/sponsor_id.govspeak.erb: 54a8d4dcd98b76da8951678b873a6e38
lib/data/apply_tier_4_visa_data.yml: 671371971f6024d6d8b95f422e7985f6
lib/data/apply_tier_4_visa_data.yml: 25332cb35dab5cba31243a32a54fe511
6 changes: 3 additions & 3 deletions test/integration/smart_answer_flows/apply_tier_4_visa_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class ApplyTier4VisaTest < ActiveSupport::TestCase
add_response "YYAX6VCR8"
end
should "show :outcome outcome" do
assert_state_variable :sponsor_name, "Wimbledon High School"
assert_state_variable :sponsor_name, "WIMBLEDON HIGH SCHOOL"
assert_state_variable :sponsor_id, "YYAX6VCR8"
assert_current_node :outcome
end
Expand All @@ -66,7 +66,7 @@ class ApplyTier4VisaTest < ActiveSupport::TestCase
add_response "2W8TVPP77"
end
should "show :outcome outcome" do
assert_state_variable :sponsor_name, "14 Stars (London) Ltd t/a European College for Higher Education"
assert_state_variable :sponsor_name, "14 Stars (London) Ltd t/a EUROPEAN COLLEGE FOR HIGHER EDUCATION"
assert_state_variable :sponsor_id, "2W8TVPP77"
assert_current_node :outcome
end
Expand All @@ -77,7 +77,7 @@ class ApplyTier4VisaTest < ActiveSupport::TestCase
add_response "GFHRH18H5"
end
should "show :outcome outcome" do
assert_state_variable :sponsor_name, "Kaplan International Colleges Cambridge"
assert_state_variable :sponsor_name, "Kaplan International Cambridge"
assert_state_variable :sponsor_id, "GFHRH18H5"
assert_current_node :outcome
end
Expand Down