summaryrefslogtreecommitdiff
path: root/spec/features/projects/active_tabs_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/active_tabs_spec.rb')
-rw-r--r--spec/features/projects/active_tabs_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/active_tabs_spec.rb b/spec/features/projects/active_tabs_spec.rb
index 815cf3b9c58..349e5f5e177 100644
--- a/spec/features/projects/active_tabs_spec.rb
+++ b/spec/features/projects/active_tabs_spec.rb
@@ -2,7 +2,7 @@
require 'spec_helper'
-describe 'Project active tab' do
+RSpec.describe 'Project active tab' do
let(:user) { create :user }
let(:project) { create(:project, :repository) }
@@ -84,7 +84,7 @@ describe 'Project active tab' do
context 'on project Wiki' do
before do
- visit project_wiki_path(project, :home)
+ visit wiki_path(project.wiki)
end
it_behaves_like 'page has active tab', 'Wiki'