Skip to content

Commit

Permalink
fixup! Rename RuboCop-RSpec aliases config
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Nov 17, 2020
1 parent 931dd74 commit d818314
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action_policy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/palkan/action_policy"
spec.license = "MIT"

spec.files = Dir.glob("lib/**/*") + Dir.glob("lib/.rbnext/**/*") + %w[README.md LICENSE.txt CHANGELOG.md] + %w[rubocop-rspec-aliases.yml]
spec.files = Dir.glob("lib/**/*") + Dir.glob("lib/.rbnext/**/*") + %w[README.md LICENSE.txt CHANGELOG.md] + %w[config/rubocop-rspec.yml]

spec.metadata = {
"bug_tracker_uri" => "http://github.com/palkan/action_policy/issues",
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -396,5 +396,5 @@ Make sure to use `rubocop-rspec` 2.0 or newer and add the following to your `.ru

```yaml
inherit_gem:
action_policy: .rubocop-rspec-aliases.yml
action_policy: config/rubocop-rspec.yml
```

0 comments on commit d818314

Please # to comment.