diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-16 17:45:05 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-02-23 15:47:23 -0600 |
commit | 19a21107d7f4a256271306ae10bb376dfbc8bbad (patch) | |
tree | c05f57be50d811130c4a8a2bf8e55975f88f4168 /spec/features | |
parent | 103f5a116b1ae6ecbef69d6903b26f7259f090cb (diff) | |
download | gitlab-ce-19a21107d7f4a256271306ae10bb376dfbc8bbad.tar.gz |
Added CHANGELOG and corrected linter errors
Diffstat (limited to 'spec/features')
-rw-r--r-- | spec/features/user_callout_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/user_callout_spec.rb b/spec/features/user_callout_spec.rb index 9ab22475b5e..7077ac2fc54 100644 --- a/spec/features/user_callout_spec.rb +++ b/spec/features/user_callout_spec.rb @@ -34,4 +34,4 @@ describe 'User Callouts', js: true do end expect(page).not_to have_selector('#user-callout') end -end
\ No newline at end of file +end |