aboutsummaryrefslogtreecommitdiffstats
path: root/spec/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'spec/helpers')
-rw-r--r--spec/helpers/link_to_helper_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/helpers/link_to_helper_spec.rb b/spec/helpers/link_to_helper_spec.rb
index 582fe24d4..098fba008 100644
--- a/spec/helpers/link_to_helper_spec.rb
+++ b/spec/helpers/link_to_helper_spec.rb
@@ -51,11 +51,11 @@ describe LinkToHelper do
describe 'admin_url' do
context 'with no ADMIN_BASE_URL set' do
it 'should prepend the admin general index path to a simple string' do
- admin_url('unclassified').should == '/admin/unclassified'
+ admin_url('unclassified').should == '/en/admin/unclassified'
end
it 'should prepend the admin general index path to a deeper URL' do
- admin_url('request/show/123').should == '/admin/request/show/123'
+ admin_url('request/show/123').should == '/en/admin/request/show/123'
end
end