summaryrefslogtreecommitdiff
path: root/spec/features/issues_spec.rb
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-06-22 14:54:33 -0400
committerRobert Speicher <rspeicher@gmail.com>2015-06-22 14:54:33 -0400
commit0bb320cfda7a22083ceb2bcaaf2a5cb43128fc19 (patch)
treea96ec9fc3d08cb61ebbec8a4b365e0c13a4f3c3f /spec/features/issues_spec.rb
parent4dbf118a16c7d687894d441d2f2e6165cd0be384 (diff)
downloadgitlab-ce-0bb320cfda7a22083ceb2bcaaf2a5cb43128fc19.tar.gz
Fix Style/HashSyntax violations
Diffstat (limited to 'spec/features/issues_spec.rb')
-rw-r--r--spec/features/issues_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index d803a1805de..142b66f168d 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -295,7 +295,7 @@ describe 'Issues', feature: true do
issue.save
end
- it 'allows user to remove assignee', :js => true do
+ it 'allows user to remove assignee', js: true do
visit namespace_project_issue_path(project.namespace, project, issue)
expect(page).to have_content "Assignee: #{user2.name}"