summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 08:00:16 -0400
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 09:54:05 -0400
commit1cc6d786e4bfd22b5c94dae516ef04c0f32cb379 (patch)
tree8b3d8d2c4896d37965e81c0834f1c1493678a161 /spec
parent53a831124e4e704cc494511ed4d04969a223db4e (diff)
downloadgitlab-ce-1cc6d786e4bfd22b5c94dae516ef04c0f32cb379.tar.gz
Fix minor code style issues
Fix underscore template error. Fix `=` spacing
Diffstat (limited to 'spec')
-rw-r--r--spec/features/issues_spec.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/spec/features/issues_spec.rb b/spec/features/issues_spec.rb
index d4939584ab6..db46657c36a 100644
--- a/spec/features/issues_spec.rb
+++ b/spec/features/issues_spec.rb
@@ -34,20 +34,7 @@ describe 'Issues', feature: true do
fill_in 'issue_title', with: 'bug 345'
fill_in 'issue_description', with: 'bug description'
end
-
- # it 'does not change issue count' do
- # expect { click_button 'Save changes' }.to_not change { Issue.count }
- # end
-
- # it 'should update issue fields' do
- # click_button 'Save changes'
-
- # expect(page).to have_content @user.name
- # expect(page).to have_content 'bug 345'
- # expect(page).to have_content project.name
- # end
end
-
end
describe 'Editing issue assignee' do