Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 15:00:16 +0300
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-03-25 16:54:05 +0300
commit1cc6d786e4bfd22b5c94dae516ef04c0f32cb379 (patch)
tree8b3d8d2c4896d37965e81c0834f1c1493678a161 /spec/features/issues_spec.rb
parent53a831124e4e704cc494511ed4d04969a223db4e (diff)
Fix minor code style issues
Fix underscore template error. Fix `=` spacing
Diffstat (limited to 'spec/features/issues_spec.rb')
-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