Commit 98d25a45 authored by Valery Sizov's avatar Valery Sizov

fix rubocop

parent 0834e51e
......@@ -163,11 +163,11 @@ class Spinach::Features::Project < Spinach::FeatureSteps
end
step 'I enable project issues' do
page.select 'Only team members', :from => 'project_project_feature_attributes_issues_access_level'
page.select 'Only team members', from: 'project_project_feature_attributes_issues_access_level'
end
step 'I disable project issues' do
page.select 'Disabled', :from => 'project_project_feature_attributes_issues_access_level'
page.select 'Disabled', from: 'project_project_feature_attributes_issues_access_level'
end
step 'I should not see the issues settings' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment