summaryrefslogtreecommitdiff
path: root/spec/features/projects/services/user_activates_hipchat_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/services/user_activates_hipchat_spec.rb')
-rw-r--r--spec/features/projects/services/user_activates_hipchat_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/services/user_activates_hipchat_spec.rb b/spec/features/projects/services/user_activates_hipchat_spec.rb
index 2f5313c91f9..c9481316940 100644
--- a/spec/features/projects/services/user_activates_hipchat_spec.rb
+++ b/spec/features/projects/services/user_activates_hipchat_spec.rb
@@ -20,7 +20,7 @@ describe 'User activates HipChat' do
fill_in('Token', with: 'verySecret')
click_button('Save')
- expect(page).to have_content('HipChat activated.')
+ expect(page).to have_content(_('HipChat activated.'))
end
end
@@ -32,7 +32,7 @@ describe 'User activates HipChat' do
fill_in('Server', with: 'https://chat.example.com')
click_button('Save')
- expect(page).to have_content('HipChat activated.')
+ expect(page).to have_content(_('HipChat activated.'))
end
end
end