<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/rubocop/cop/rspec, branch document-lambda-deploy</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Remove Rubocop::SpecHelper file</title>
<updated>2019-08-28T06:48:14+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-28T06:48:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=69dbc5a5270a2b00bc2e359af37d6176748db400'/>
<id>69dbc5a5270a2b00bc2e359af37d6176748db400</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor BeSuccessMatcher specs for readability</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-26T13:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=17385f4dc42d86d7606e3359b9db82cb43d5e534'/>
<id>17385f4dc42d86d7606e3359b9db82cb43d5e534</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Utilize Rubocop's Include for BeSuccessMatcher</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-26T08:04:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=99b27e69510e83006d4dd2e5ecc5c555409aa4a0'/>
<id>99b27e69510e83006d4dd2e5ecc5c555409aa4a0</id>
<content type='text'>
Use Rubocop's Include
instead of manually checking the matcher in controllers specs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use Rubocop's Include
instead of manually checking the matcher in controllers specs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support of not_to/to_not to BeSuccessMatcher</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-23T09:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b61d26f496a2041d7124fd3280031deda3cf5a43'/>
<id>b61d26f496a2041d7124fd3280031deda3cf5a43</id>
<content type='text'>
BeSuccessMatcher now supports following examples:

```
expect(response).to be_success
expect(response).to_not be_success
expect(response).not_to be_success

is_expected.to be_success
is_expected.to_not be_success
is_expected.not_to be_success
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BeSuccessMatcher now supports following examples:

```
expect(response).to be_success
expect(response).to_not be_success
expect(response).not_to be_success

is_expected.to be_success
is_expected.to_not be_success
is_expected.not_to be_success
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace double quotes with single quotes</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-23T07:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e1b8b93207ccbe3221f5c8e0447d17582f14a0db'/>
<id>e1b8b93207ccbe3221f5c8e0447d17582f14a0db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable frozen string literal</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-22T10:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d40b7ea37534e57d134b9a5e1268aa87d53c513d'/>
<id>d40b7ea37534e57d134b9a5e1268aa87d53c513d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Autocorrect `be_success` to `be_successful`</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-22T09:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a71ab523ebe9e8d30aabbf12e659eb75036d0b5'/>
<id>3a71ab523ebe9e8d30aabbf12e659eb75036d0b5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Rubocop check to avoid using `be_success`</title>
<updated>2019-08-28T06:43:47+00:00</updated>
<author>
<name>Vitali Tatarintev</name>
<email>vtatarintev@gitlab.com</email>
</author>
<published>2019-08-22T09:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4f2ac51644754f9a4d4df697ac8984180b0bfdca'/>
<id>4f2ac51644754f9a4d4df697ac8984180b0bfdca</id>
<content type='text'>
Prevent using `be_success` call in controller specs to avoid
getting following deprecation warning:

```
DEPRECATION WARNING: The success? predicate is deprecated and
will be removed in Rails 6.0.
Please use successful? as provided by Rack::Response::Helpers.
```
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent using `be_success` call in controller specs to avoid
getting following deprecation warning:

```
DEPRECATION WARNING: The success? predicate is deprecated and
will be removed in Rails 6.0.
Please use successful? as provided by Rack::Response::Helpers.
```
</pre>
</div>
</content>
</entry>
<entry>
<title>Utilize RuboCop's Include/Exclude config</title>
<updated>2019-08-26T12:24:25+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-08-26T12:24:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e101a26444f0f02df2c6301f13bc1f3e20781f8b'/>
<id>e101a26444f0f02df2c6301f13bc1f3e20781f8b</id>
<content type='text'>
Stop checking the file location programmatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop checking the file location programmatically.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add RSpec/TopLevelDescribePath cop</title>
<updated>2019-08-01T10:07:26+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-07-29T15:27:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab0a6455c790874cafd2deff9b7b2da8d82169f2'/>
<id>ab0a6455c790874cafd2deff9b7b2da8d82169f2</id>
<content type='text'>
The RSpec/FilePath cop checks that a spec file's path is correct, but
only if the file describes a constant. We want to check, for any file
with a top-level `describe`, whether the file path ends in
`_spec.rb`. We don't care what comes before that; just that it will be
executed by RSpec at all.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The RSpec/FilePath cop checks that a spec file's path is correct, but
only if the file describes a constant. We want to check, for any file
with a top-level `describe`, whether the file path ends in
`_spec.rb`. We don't care what comes before that; just that it will be
executed by RSpec at all.
</pre>
</div>
</content>
</entry>
</feed>
