-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #392 from alphagov/dependabot/bundler/rubocop-rspe…
…c-eq-3.0.1 Update rubocop-rspec requirement from = 2.31.0 to = 3.0.1
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
require: rubocop-capybara | ||
|
||
# Within GOV.UK we use Capybara test method syntax of feature, | ||
# scenario. We don't want this outside of feature or system specs though. | ||
RSpec/Capybara/FeatureMethods: | ||
# scenario. | ||
Capybara: | ||
Enabled: true | ||
|
||
# We don't want this cop outside of feature or system specs though. | ||
RSpec/Dialect: | ||
Exclude: | ||
- 'spec/features/**/*.rb' | ||
- 'spec/system/**/*.rb' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters